From: Loup Vaillant Date: Mon, 16 Apr 2018 12:39:34 +0000 (+0200) Subject: Manual: void returns cannot fail X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=dfee22c06a6f592f32057e3db98044aa349e5677;p=Monocypher.git Manual: void returns cannot fail --- diff --git a/doc/man/man3/crypto_blake2b.3monocypher b/doc/man/man3/crypto_blake2b.3monocypher index 60eaf74..3904d22 100644 --- a/doc/man/man3/crypto_blake2b.3monocypher +++ b/doc/man/man3/crypto_blake2b.3monocypher @@ -155,6 +155,7 @@ specifies a 64-byte hash and no key. This is considered a good default. .Sh RETURN VALUES These functions return nothing. +They cannot fail. .Sh EXAMPLES Hashing a message all at once: .Bd -literal -offset indent