UNPKG

@hpke/core

Version:

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

8 lines 223 B
/** * The sender specific interface for an encryption context. */ export interface Encapsulator { /** The encapsulated key generated by the sender. */ enc: ArrayBuffer; } //# sourceMappingURL=encapsulator.d.ts.map