From dfee22c06a6f592f32057e3db98044aa349e5677 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 16 Apr 2018 14:39:34 +0200 Subject: [PATCH] Manual: void returns cannot fail --- doc/man/man3/crypto_blake2b.3monocypher | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3