Skip to content

Commit

Permalink
small nit in GHASH doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet committed Jun 24, 2024
1 parent 4226645 commit fa943e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/gf128/Hacl.Gf128.NI.fst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Comment
h (carry-less mul) h^3 -> CONTEXT.[1] (16-byte)
h (carry-less mul) h^2 -> CONTEXT.[2] (16-byte)
h (carry-less mul) h -> CONTEXT.[3] (16-byte)
h -> CONTEXT.[4] (16-byte)"]
h (hash key) -> CONTEXT.[4] (16-byte)"]
let gcm_init : gf128_init_st Vec.NI =
gf128_init #Vec.NI

Expand Down

0 comments on commit fa943e6

Please sign in to comment.