Hello I am working on implementing crypto offloader devices I use and maintain in Linux in qemu. The hardware does not do full hashes offload but only their compress part. (The driver need to do padding etc...)
>From all crypto library, only nettle provides helper for compress but only for md5 and sha1. The first one device I implement (sun4i-ss) only do sha1 and md5, so its fine. But the second (sun8i-ce) need also sha224/sha256/sha384/sha512. So it is why I propose to export sha256/sha512 compress functions. Regards Corentin Labbe (1): Export sha256/sha512_compress functions sha2.h | 5 ++++- sha256.c | 6 ++++++ sha3-384.c | 1 + sha3.h | 3 +++ sha512.c | 6 ++++++ 5 files changed, 20 insertions(+), 1 deletion(-) -- 2.35.1 _______________________________________________ nettle-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
