Skip to content
GitLab
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
928996af
Commit
928996af
authored
Feb 15, 2002
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/aes-encrypt.c:1.3
parent
2c9969bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/aes-encrypt.c
View file @
928996af
...
...
@@ -351,6 +351,11 @@ _aes_encrypt_table =
}
};
/* On my sparc, encryption is significantly slower than decryption,
* even though the *only* difference is which table is passed to _aes_crypt.
*
* Really strange.
*/
void
aes_encrypt
(
struct
aes_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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