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