]> git.codecow.com Git - Monocypher.git/commit
Renamed "crypto_hmac_*" to "crypto_hmac_sha512_*"
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 4 Dec 2019 18:24:59 +0000 (19:24 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 4 Dec 2019 18:24:59 +0000 (19:24 +0100)
commit32525e92ef276540c9aa682e3cb106bb25c17748
treea4d0948e711af9e368ab67d8e7fedca6561d620a
parent0074dfab157e74e4e8b49a8fd6c49a15eaa11a7a
Renamed "crypto_hmac_*" to "crypto_hmac_sha512_*"

There are several types of HMAC, and users may want to use other
versions of HMAC as well. (For instance, they could code their own
Blake2b HMAC to implement Noise).  Plus, most primitives are named by
their technical name. "hmac" alone is not enough.

The names are longer, but this is the optional part, after all.
src/optional/ed25519.c
src/optional/ed25519.h
tests/test.c