UNPKG

@hpke/core

Version:

A Hybrid Public Key Encryption (HPKE) core module for various JavaScript runtimes

5 lines 256 B
import { EncryptionContextImpl } from "./encryptionContext.js"; export declare class RecipientContextImpl extends EncryptionContextImpl { open(data: ArrayBuffer, aad?: ArrayBuffer): Promise<ArrayBuffer>; } //# sourceMappingURL=recipientContext.d.ts.map