mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 12:07:58 +00:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
/**
|
|
* @summary Create xxhash64 values with specified bitlengths
|
|
*/
|
|
export { xxhashAsHex, xxhashAsU8a } from './asU8a.js';
|