mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
/**
|
|
* @summary Create Keccak256/512 values as hex & Uint8Array output
|
|
*/
|
|
export { keccak256AsU8a, keccak512AsU8a, keccakAsHex, keccakAsU8a } from './asU8a.js';
|