UNPKG

@dfinity/principal

Version:

JavaScript and TypeScript library to work with Internet Computer principals

6 lines (5 loc) 150 B
/** * Returns the SHA224 hash of the buffer. * @param data Arraybuffer to encode */ export declare function sha224(data: ArrayBuffer): Uint8Array;