in packages/sha256-js/src/jsSha256.ts [12:16]
constructor(secret?: SourceData) { this.secret = secret; this.hash = new RawSha256(); this.reset(); }