Skip to content
Snippets Groups Projects
Commit 09aae68e authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: nettle/ChangeLog:1.22
parent 8e5d95a3
No related branches found
No related tags found
No related merge requests found
2008-10-25 Niels Mller <nisse@lysator.liu.se>
* examples/Makefile.in (next-prime$(EXEEXT)): Added -lnettle to
linker.
2008-10-24 Niels Mller <nisse@lysator.liu.se>
* sha256.c (ROUND): Simplified macro.
* yarrow256.c (yarrow256_fast_reseed): Renamed (was
yarrow_fast_reseed) and made non-static. Don't generate seed file
here, let the application use yarrow256_random instead.
(yarrow256_slow_reseed): Renamed (was yarrow_slow_reseed) and made
non-static.
(yarrow256_force_reseed): Deleted function, use
yarrow256_slow_reseed instead. For backwards compatibility,
yarrow.h defines yarrow256_force_reseed as an alias for that
function.
* yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer.
2008-09-17 Niels Mller <nisse@lysator.liu.se> 2008-09-17 Niels Mller <nisse@lysator.liu.se>
* x86/arcfour-crypt.asm: Improved loop logic, and unrolled * x86/arcfour-crypt.asm: Improved loop logic, and unrolled
...@@ -38,7 +59,6 @@ ...@@ -38,7 +59,6 @@
(AES_ROUND): Use movzbl together with LREG and HREG. (AES_ROUND): Use movzbl together with LREG and HREG.
(AES_SUBST_BYTE): Likewise. (AES_SUBST_BYTE): Likewise.
2008-09-10 Niels Mller <nisse@lysator.liu.se> 2008-09-10 Niels Mller <nisse@lysator.liu.se>
* x86_64/sha1-compress.asm: Avoid using registers %rbx and %rbp, * x86_64/sha1-compress.asm: Avoid using registers %rbx and %rbp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment