diff options
author | Niels Möller <nisse@lysator.liu.se> | 2015-01-11 14:48:11 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2015-01-11 14:48:11 +0100 |
commit | 530014f3f811d9018ec83a8748fdbcd45e8ccc5d (patch) | |
tree | db21ae8396981fd4dbb245e946b6baa4be78f753 /ChangeLog | |
parent | 86dcf2f392c14b498e1db49412f0b22b192e8ec1 (diff) | |
download | nettle-530014f3f811d9018ec83a8748fdbcd45e8ccc5d.tar.gz |
x86_64: new aes assembly, using aesni instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-01-11 Niels Möller <nisse@lysator.liu.se> + * x86_64/aesni/aes-decrypt-internal.asm: New file. + * x86_64/aesni/aes-encrypt-internal.asm: New file. + * configure.ac: New configure flag --enable-x86-aesni. + * aclocal.m4 (LSH_RPATH_INIT): Handle freebsd, in the same way as gnu/linux, with -Wl,-rpath,. |