sha256.d.ts 62 B

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