Skip to content

Commit

Permalink
feat(aes-siv): add rfc link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Direktor799 committed Oct 11, 2023
1 parent 9a3475f commit f887b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aes-siv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ where
{
// "If the nonce is random, it SHOULD be at least 128 bits in length"
// https://tools.ietf.org/html/rfc5297#section-3
// "N_MIN is 1 octet."
// https://tools.ietf.org/html/rfc5297#section-6
type NonceSize = NonceSize;
type TagSize = U16;
type CiphertextOverhead = U0;
Expand Down

0 comments on commit f887b5b

Please sign in to comment.