]> git.codecow.com Git - Monocypher.git/commitdiff
Manual: void returns cannot fail
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 12:39:34 +0000 (14:39 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 16 Apr 2018 12:39:34 +0000 (14:39 +0200)
doc/man/man3/crypto_blake2b.3monocypher

index 60eaf747515c7b26d1a589cec00de7cf3af6ed32..3904d2247ac3649ef113ef846ba3887df259050c 100644 (file)
@@ -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