From d9dc31e60368ca40ec0b03c21de0f1bb1e8f5d61 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Fri, 3 Feb 2023 10:25:13 +0100 Subject: [PATCH] Doc: typo --- doc/crypto_sha512.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto_sha512.3monocypher b/doc/crypto_sha512.3monocypher index a9a1365..49426cc 100644 --- a/doc/crypto_sha512.3monocypher +++ b/doc/crypto_sha512.3monocypher @@ -187,7 +187,7 @@ in bytes. and .Fn crypto_sha512_hmac_final implement HMAC with SHA-512, -and can be used for message authentication codesor as a random oracle. +and can be used for message authentication codes or as a random oracle. They are provided to enable compatibility with other cryptographic systems. It is generally recommended to use keyed -- 2.47.3