UNPKG

@hpke/core

Version:

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

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