]> git.codecow.com Git - Monocypher.git/commitdiff
crypto_hchacha20: Remove reference to deprecated crypto_chacha20_encrypt
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Sun, 13 Feb 2022 15:07:52 +0000 (16:07 +0100)
committerLoup Vaillant <github-is-valid@loup-vaillant.fr>
Sun, 13 Feb 2022 18:22:26 +0000 (19:22 +0100)
Addresses @LoupVaillant's comment in #233.

doc/man/man3/advanced/crypto_hchacha20.3monocypher

index 58cb86ab5372e568e8c6116dc7e9cadf42bfbfc8..e3270ba96c3f913f2543017371b622fdf6b1ae87 100644 (file)
@@ -113,7 +113,6 @@ crypto_wipe(key, 32);
 crypto_wipe(in , 16);
 .Ed
 .Sh SEE ALSO
-.Xr crypto_chacha20_encrypt 3monocypher ,
 .Xr intro 3monocypher
 .Sh STANDARDS
 This function implements HChaCha20.