diff --git a/readme.md b/readme.md index 0fe5dbf..fb79c8e 100644 --- a/readme.md +++ b/readme.md @@ -126,7 +126,7 @@ GHash is a streaming hash function based on the GCipher. For all intents and purposes, it does the following: You have a *Block b*, which is initialized with a static random distribution. Once you give the GHash instance a data block to digest, it will use the GCipher to encrypt it, with itself as a key, and xor that onto *b*. -(*bi = bi-1 ⊕ E(key=b, data=b)*) +(*bi = bi-1 ⊕ E(key=bnew, data=bnew)*) The lastest *b* represents the current result of the hash function.