Skip to content

Commit e870f56

Browse files
committed
typo
1 parent ad2eb5c commit e870f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ hash by using the key (XORed with another string, *ipad*) as the first
611611
block to be fed into the hash function. The output of
612612
the keyed hash is then itself subjected to another keyed hash (again
613613
by XORing the key with a string and using that as the first block fed
614-
to the hash.) The two passes of the keyed-hash function are important
614+
to the hash). The two passes of the keyed-hash function are important
615615
to the proof of security for this HMAC construction.
616616

617617
.. let's delete this incorrect pic for now

0 commit comments

Comments
 (0)