async digest()

in packages/crc32/src/aws_crc32.ts [17:19]


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