mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 14:11:40 +00:00
* lib/sha3.c (sha3_free_ctx): Preserve errno. * modules/crypto/sha3 (Depends-on): * modules/crypto/sha3-buffer (Depends-on): Depend on free-posix.
37 lines
322 B
Plaintext
37 lines
322 B
Plaintext
Description:
|
|
Compute SHA-3 checksums.
|
|
|
|
Files:
|
|
lib/sha3.h
|
|
lib/sha3.c
|
|
m4/gl-openssl.m4
|
|
m4/sha3.m4
|
|
|
|
Depends-on:
|
|
bool
|
|
byteswap
|
|
c99
|
|
free-posix
|
|
stddef-h
|
|
stdint-h
|
|
u64
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
gl_SHA3
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sha3.c
|
|
|
|
Include:
|
|
"sha3.h"
|
|
|
|
Link:
|
|
$(LIB_CRYPTO)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|