Skip to content

Commit 67176c0

Browse files
committed
fix a typo
1 parent c8c58fb commit 67176c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/commutative_hasher/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Commutative Hasher
22

3-
An order-independent hasher that hashes a large byte stream in any order, from any number of threads, and always get the
4-
same digest.
3+
An order-independent hasher that hashes a large byte stream in any order, from any number of threads, and always gets
4+
the same digest.
55

66
The stream is split into fixed-size blocks. Each block is hashed, mapped to a point on the Ristretto group over
77
Curve25519, and all the points are summed. Because point addition is commutative and associative, blocks can be hashed

0 commit comments

Comments
 (0)