UNPKG

@plugnet/util-crypto

Version:
8 lines (7 loc) 269 B
import xxhash64AsBn from './asBn'; import xxhash64AsHex from './asHex'; import xxhash64AsRaw from './asRaw'; /** * @summary Create [XXHash](http://cyan4973.github.io/xxHash/) values as BN, hex & number output */ export { xxhash64AsBn, xxhash64AsHex, xxhash64AsRaw };