From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Wed, 17 Apr 2019 04:19:38 +0000 (+0200) Subject: Document BLAKE2 RFC X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b3cc031930a57f22d3080c290ff7d36bb158d7db;p=Monocypher.git Document BLAKE2 RFC --- diff --git a/doc/man/man3/crypto_blake2b.3monocypher b/doc/man/man3/crypto_blake2b.3monocypher index 38cb3ed..710aef4 100644 --- a/doc/man/man3/crypto_blake2b.3monocypher +++ b/doc/man/man3/crypto_blake2b.3monocypher @@ -207,7 +207,7 @@ crypto_blake2b_final(&ctx, hash); .Xr crypto_lock 3monocypher , .Xr intro 3monocypher .Sh STANDARDS -These functions implement BLAKE2b. +These functions implement BLAKE2b, described in RFC 7693. .Sh HISTORY The .Fn crypto_blake2b ,