Skip to content

Commit

Permalink
another nit in Gf128 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet committed Jun 25, 2024
1 parent fa943e6 commit 0d0c2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/gf128/Hacl.Gf128.NI.fst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Comment
"Initiate GHASH context with the following layout
Authentication Tag -> CONTEXT.[0] (16-byte)
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 * h^3 -> CONTEXT.[1] (16-byte)
h * h^2 -> CONTEXT.[2] (16-byte)
h * h -> CONTEXT.[3] (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 0d0c2cb

Please sign in to comment.