Skip to content

Commit

Permalink
Fix typo in Poly1305 docs (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Feb 10, 2022
1 parent 38535ee commit d3d641b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion advanced/poly1305.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Poly1305 keys have to be:
* unique. Never reuse a key. A new key is required for every single message. The
key can be recovered if two messages are authenticated with the same key.

The standard way to use Poly1305's is to derive a dedicated subkey from a `(key, nonce)` tuple, for example by taking the first bytes generated by a stream
The standard way to use Poly1305 is to derive a dedicated subkey from a
`(key, nonce)` tuple, for example by taking the first bytes generated by a stream
cipher.

Due to its output size, Poly1305 is recommended for online protocols, exchanging
Expand Down

0 comments on commit d3d641b

Please sign in to comment.