]> git.ipfire.org Git - thirdparty/nettle.git/commit
Export sha256/sha512_compress functions
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 1 Jun 2022 17:36:08 +0000 (19:36 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 9 Jun 2022 16:40:58 +0000 (18:40 +0200)
commita4b5348bc3ab39d7e832899d7508f2f612cc33a5
treede603602c00777517591ac26b477d1e7f4981c7b
parentbb0181866125ac469c9b23d00998bab7a63b773a
Export sha256/sha512_compress functions

nettle export only md5_compress and sha1_compress.
Let's export also the compress functions for sha256 and sha512.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
sha2.h
sha256.c
sha512.c