Skip to content

Commit

Permalink
Update gf128_aarch64.S
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Apr 11, 2024
1 parent b83ff15 commit 6a55fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gf128_aarch64.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/


v5.16b, v1.16b, v1.16b, #8/* GF(2^128) defined by f(x) = x^128 + x^7 + x^2 + x + 1
/* GF(2^128) defined by f(x) = x^128 + x^7 + x^2 + x + 1
f0 = x^128 = x^7 + x^2 + x + 1
ext([a0,a1],[b0,b1],8) => [a1,b0]
Expand Down

0 comments on commit 6a55fd1

Please sign in to comment.