]> git.ipfire.org Git - thirdparty/nettle.git/commit
(COMPRESS): New macro wrapping _nettle_sha256_compress.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 29 Aug 2011 14:24:55 +0000 (16:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 29 Aug 2011 14:24:55 +0000 (16:24 +0200)
commit2a3f11f9c5dab4ef69e01277a0d00168c26afdba
tree98619fbe9fb770577f42800ad2da339789efbc2a
parente19c66cf019001f8c06c0ab58fa379df176f6e34
(COMPRESS): New macro wrapping _nettle_sha256_compress.
(SHA256_INCR): Deleted macro.
(sha256_update): Use MD_UPDATE.
(sha256_final): Deleted function.
(sha256_write_digest): New function, replacing sha256_final, and
using MD_FINAL.
(sha256_digest): Use sha256_write_digest.
(sha224_digest): Likewise.

Rev: nettle/sha256.c:1.6
sha256.c