UNPKG

noble-xwing

Version:

Typescript implementation of the X-Wing hybrid Post Quantum KEM using the noble library, as outlined in https://eprint.iacr.org/2024/039.

3 lines (2 loc) 122 B
import { KEM } from "./kem"; export declare const p256HkdfSha256KEM: KEM<Uint8Array, Uint8Array, Uint8Array, Uint8Array>;