async digest()

in packages/sha256-js/src/jsSha256.ts [54:56]


  async digest(): Promise<Uint8Array> {
    return this.digestSync();
  }