]> git.ipfire.org Git - thirdparty/gnulib.git/commit
crypto/sha3-buffer: New module.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 31 Aug 2025 18:43:37 +0000 (11:43 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 31 Aug 2025 18:43:37 +0000 (11:43 -0700)
commit4cdf7734fbdb040557f253ceb885c8aa1dbf225b
treeebaea2526f20cd553ebe09085f9275b3bd73dc5b
parenta7cc3c035d76931aa03330196730b3cd8cab7833
crypto/sha3-buffer: New module.

* lib/u64.h (u64getlo, u64not): New functions.
* lib/sha3.c: New file, based on lib/sha512.c.
* lib/sha3.h: New file, based on lib/sha512.h.
* modules/crypto/sha3-buffer: New file.
ChangeLog
lib/sha3.c [new file with mode: 0644]
lib/sha3.h [new file with mode: 0644]
lib/u64.h
modules/crypto/sha3-buffer [new file with mode: 0644]