Files
pezkuwi-common/packages/util-crypto/xxhash/xxhash64.d.ts
T

2 lines
92 B
TypeScript

export declare function xxhash64(input: Uint8Array, initSeed: bigint | number): Uint8Array;