UNPKG

@plugnet/util-crypto

Version:
6 lines (5 loc) 169 B
/** * @summary Create xxhash64 values with specified bitlengths */ export { default as xxhashAsHex } from './asHex'; export { default as xxhashAsU8a } from './asU8a';