mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
/**
|
|
* @summary Implements Sha-256/512 hashing functions for a variety of input and outputs
|
|
*/
|
|
export { sha256AsU8a, sha512AsU8a, shaAsU8a } from './asU8a.js';
|