UNPKG

@ecies/ciphers

Version:

Node/Pure JavaScript symmetric ciphers adapter

5 lines (4 loc) 156 B
/** * Copied from `@noble/ciphers/chacha` */ export declare const _hchacha20: (s: Uint32Array, k: Uint32Array, i: Uint32Array, o32: Uint32Array) => void;