sha512.d.ts 62 B

1
  1. export declare const sha512: (msg: Uint8Array) => Uint8Array;