UNPKG

@hackbg/miscreant-esm

Version:

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

3 lines (2 loc) 133 B
/** Perform an in-place bitwise XOR operation on two bytestrings */ export declare function xor(a: Uint8Array, b: Uint8Array): void;