libft_ssl/include/digest_algos.h
2026-05-05 00:17:52 +02:00

3 lines
96 B
C

DIGEST_ALGO(md5, 16, 64)
DIGEST_ALGO(sha256, 32, 64)
DIGEST_ALGO(whirlpool, 64, 64)