constructor()

in packages/sha256-browser/src/webCryptoSha256.ts [15:18]


  constructor(secret?: SourceData) {
    this.secret = secret;
    this.reset();
  }