]> git.codecow.com Git - Monocypher.git/commit
Renamed crypto_hmac_sha512*() to crypto_sha512*_hmac()
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 30 Jan 2023 22:48:16 +0000 (23:48 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 30 Jan 2023 22:48:16 +0000 (23:48 +0100)
commit5c2d2e15b40b90be1154697add14cbded0a46c1c
tree1f96ad4cd21cbd6f9a97ce5dafa331e0030e3bb8
parent85a7c3742f06ab55fdf523a7a6a9cfe5cda09837
Renamed crypto_hmac_sha512*() to crypto_sha512*_hmac()

The main goal here is to have one man page per hash, and steer users who
are reaching for hashes when trying to compute MACs or derive keys to
the right functions.

Fusing the man pages for SHA-512 and HMAC also helped reduce the total
size of the documentation.

Related to #255
doc/crypto_hmac_sha512.3monocypher [deleted file]
doc/crypto_sha512.3monocypher
src/monocypher.c
src/optional/monocypher-ed25519.c
src/optional/monocypher-ed25519.h
tests/gen/makefile
tests/gen/sha512_hmac.c [moved from tests/gen/hmac_sha512.c with 100% similarity]
tests/gen/vectors/sha512_hmac [moved from tests/gen/vectors/hmac_sha512 with 100% similarity]
tests/test.c
tests/tis-ci-vectors.h
tests/tis-ci.c