This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@aws-crypto/sha256-js/build/constants.d.ts
2024-05-26 22:54:55 +02:00

20 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;