summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/sha256.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-29 08:00:31 -0300
committerSebastian <sebasjm@gmail.com>2024-02-29 08:00:31 -0300
commit97cabcd1ee7bc034aef305e4ef66a520bb0fc055 (patch)
treeb01cbd0f0f06ce1a3f4629a6b9d061e210cabe7f /packages/taler-util/src/sha256.ts
parent46898aef5f6e238dbfe1b54cf1cf99a276b7d114 (diff)
downloadwallet-core-97cabcd1ee7bc034aef305e4ef66a520bb0fc055.tar.gz
wallet-core-97cabcd1ee7bc034aef305e4ef66a520bb0fc055.tar.bz2
wallet-core-97cabcd1ee7bc034aef305e4ef66a520bb0fc055.zip
applying changes suggested by codespell
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;