summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/sha256.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/sha256.ts')
-rw-r--r--packages/taler-util/src/sha256.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/sha256.ts b/packages/taler-util/src/sha256.ts
index 321e5d827..ba8f09279 100644
--- a/packages/taler-util/src/sha256.ts
+++ b/packages/taler-util/src/sha256.ts
@@ -145,7 +145,7 @@ export class HashSha256 {
}
// Resets hash state making it possible
- // to re-use this instance to hash other data.
+ // to reuse this instance to hash other data.
reset(): this {
this.state[0] = 0x6a09e667;
this.state[1] = 0xbb67ae85;