Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
684c7b06
Commit
684c7b06
authored
Feb 15, 2002
by
Niels Möller
Browse files
* asm.m4: Added constants for individual rows of the aes table.
Rev: src/nettle/asm.m4:1.3
parent
0fb40574
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/asm.m4
View file @
684c7b06
...
...
@@ -9,6 +9,11 @@ define(AES_SBOX, 0)dnl
define(AES_IDX1, 256)dnl
define(AES_IDX2, 272)dnl
define(AES_IDX3, 288)dnl
define(AES_TABLE0, 304)dnl
define(AES_TABLE1, 1328)dnl
define(AES_TABLE2, 2352)dnl
define(AES_TABLE3, 3376)dnl
dnl define(AES_SIDX1, 304)dnl
dnl define(AES_SIDX2, 320)dnl
dnl define(AES_SIDX3, 336)dnl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment