UNPKG

@hpke/core

Version:

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

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