mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 05:38:03 +00:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
/**
|
|
* @summary Create blake2b values with specified bitlengths
|
|
*/
|
|
export { blake2AsHex, blake2AsU8a } from './asU8a.js';
|