There was an error while loading. Please reload this page.
1 parent c8c58fb commit 67176c0Copy full SHA for 67176c0
1 file changed
crates/commutative_hasher/README.md
@@ -1,7 +1,7 @@
1
# Commutative Hasher
2
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.
+An order-independent hasher that hashes a large byte stream in any order, from any number of threads, and always gets
+the same digest.
5
6
The stream is split into fixed-size blocks. Each block is hashed, mapped to a point on the Ristretto group over
7
Curve25519, and all the points are summed. Because point addition is commutative and associative, blocks can be hashed
0 commit comments