Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
3ddf9e59
Commit
3ddf9e59
authored
Sep 20, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: nettle/ChangeLog:1.107
parent
4603a542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
ChangeLog
ChangeLog
+21
-1
No files found.
ChangeLog
View file @
3ddf9e59
2010-09-20 Niels Mller <nisse@turmalin.hack.org>
* configure.ac: Less quoting when invoking $CC, to allow CC="gcc
-m32".
* x86/camellia-crypt-internal.asm (ROUND): Adapted to new key
convention, moving key xor to the end.
* camellia-set-encrypt-key.c (CAMELLIA_F_HALF_INV): Deleted macro.
(camellia_set_encrypt_key): Deleted the CAMELLIA_F_HALF_INV
operations intended for moving the key xor into the middle of the
round.
* camellia-crypt-internal.c (CAMELLIA_ROUNDSM): Moved addition of
key to the end, to use a 64-bit xor operation.
* x86_64/camellia-crypt-internal.asm: New file.
* x86_64/machine.m4 (LREG, HREG, XREG): New macros.
2010-09-17 Niels Mller <nisse@lysator.liu.se>
2010-09-17 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Support shared libraries (dlls) with mingw32.
* configure.ac: Support shared libraries (dlls) with mingw32.
...
@@ -13,7 +33,7 @@
...
@@ -13,7 +33,7 @@
Bumped soname to libnettle.so.4, and reset LIBNETTLE_MINOR to
Bumped soname to libnettle.so.4, and reset LIBNETTLE_MINOR to
zero.
zero.
* x86/machine.m4 (LREG, HREG): Moved macros here, from...
* x86/machine.m4 (LREG, HREG): Moved macros here, from...
* x86/aes.m4: ...here.
* x86/aes.m4: ...here.
* x86/camellia-crypt-internal.asm: New file.
* x86/camellia-crypt-internal.asm: New file.
...
...
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