Skip to content

Commit

Permalink
Typofix: s/144/96/
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed May 3, 2024
1 parent 4397eb3 commit 14fde12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAW/proof/AES/AESNI-GCM.saw
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let aesni_gcm_cipher_array_spec enc = do {
// number in the x86-64 implementation of `aesni_gcm_encrypt`.
//
// According to NIST SP 800-38D (page 8), the requirement is that
// `len <= 2 ^^ 36 - 32`. Note that `len` is always a multiple of 144,
// `len <= 2 ^^ 36 - 32`. Note that `len` is always a multiple of 96,
// however, so it suffices to check `len < 2 ^^ 36` here.
crucible_precond {{ len < 2 ^^ 36 }};

Expand Down

0 comments on commit 14fde12

Please sign in to comment.