mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 03:04:42 +08:00
21 lines
316 B
TypeScript
21 lines
316 B
TypeScript
/**
|
|
* @internal
|
|
*/
|
|
export declare const BLOCK_SIZE: number;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const DIGEST_LENGTH: number;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const KEY: Uint32Array;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const INIT: number[];
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const MAX_HASHABLE_LENGTH: number;
|