blake2b.d.ts 86 B

1
  1. export declare const blake2b: (msg: Uint8Array, outputLength?: number) => Uint8Array;