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

*** empty log message ***

Rev: nettle/ChangeLog:1.215
parent 5336e4bf
No related branches found
No related tags found
No related merge requests found
2011-08-28 Niels Mller <nisse@lysator.liu.se>
* ripemd160.c (ripemd160_final): Use LE_WRITE_UINT32. Deleted byte
swapping at the end, leaving it to ripemd160_digest.
(ripemd160_digest): Use _nettle_write_le32.
* Makefile.in (nettle_SOURCES): Added write-le32.c.
* md5.c (md5_digest): Use _nettle_write_le32.
......@@ -9,6 +13,7 @@
* ripemd160-compress.c (ROL32): Renamed macro (was "rol"). Deleted
x86 version using inline assembly; at least gcc-4.4.5 recognizes
shift-and-or expressions which are in fact rotations.
(_nettle_ripemd160_compress): Use LE_READ_UINT32.
* configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment