]> git.codecow.com Git - Monocypher.git/commit
Address review concerns from #164.
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 13:11:10 +0000 (15:11 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Tue, 31 Mar 2020 13:11:10 +0000 (15:11 +0200)
commitebcf6710b803315ac9cd895385247608354e3b6b
tree863d5b59e99613331982cb06d3e221a32d568ff1
parent538de03025c3167b2274945fce7e93215d265a06
Address review concerns from #164.

1. Remove recommendation for 512-bit BLAKE2b.
   32 bytes is enough, and it's not like we offer EC functions of a
   higher security level either.
   The text added in 628f027 already does enough to recommend proper
   hash output lengths.
2. Bump .Dd date in crypto_poly1305.3monocypher.
3. crypto_verify16 add "byte by byte" for both accuracy of how a MAC
   with a variable-time comparison function will be found and
   for dramatic reasons because it sounds like doom is slowly
   approaching, byte by byte.
doc/man/man3/crypto_blake2b.3monocypher
doc/man/man3/crypto_poly1305.3monocypher
doc/man/man3/crypto_verify16.3monocypher