Commit Graph

2 Commits

Author SHA1 Message Date
Christian Bundy
e1087aa973 Finish adding crypto_auth and crypto_auth_verify
This builds on heaps of work by @chm-diederichs and is basically just
the cherry on top that exposes all of the underlying work that they've
done. The changes from this commit:

- Expose crypto_auth() and crypto_auth_verify().
- Fix 'crypto_auth_hmacsha512_BYTES' typo.
- Change output in crypto_auth_hmacsha512256().
- Change crypto_verify_n() to return booleans.
2020-09-21 11:24:39 +02:00
Christophe Diederichs
bffbca8368 add crypto_auth_hmac methods 2020-09-21 11:23:15 +02:00