Files
Paul Eggert a171eea4c8 crypto/sha3: fix errno when freeing
* lib/sha3.c (sha3_free_ctx): Preserve errno.
* modules/crypto/sha3 (Depends-on):
* modules/crypto/sha3-buffer (Depends-on):
Depend on free-posix.
2026-02-22 16:18:30 -08:00

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