UNPKG

@hackbg/miscreant-esm

Version:

(ESM port) Misuse resistant symmetric encryption library providing AES-SIV (RFC 5297), AES-PMAC-SIV, and STREAM constructions

9 lines (8 loc) 311 B
/** Thrown when ciphertext fails to verify as authentic */ export declare class IntegrityError extends Error { constructor(m: string); } /** Thrown when we attempt to use an unsupported crypto algorithm via WebCrypto */ export declare class NotImplementedError extends Error { constructor(m: string); }