]> git.codecow.com Git - Monocypher.git/commitdiff
Adjust .In directives in optional/ for new prefix
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Fri, 6 Dec 2019 07:14:10 +0000 (08:14 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Fri, 6 Dec 2019 07:14:10 +0000 (08:14 +0100)
doc/man/man3/optional/crypto_ed25519_sign.3monocypher
doc/man/man3/optional/crypto_hmac_sha512.3monocypher
doc/man/man3/optional/crypto_sha512.3monocypher

index b3ed25bb50d5b1ab76553e05012fad290656d77d..b2f0d9e0b7d404bd33c48729d2e5dbb9679e4a17 100644 (file)
@@ -7,7 +7,7 @@
 .Nm crypto_ed25519_sign_public_key
 .Nd public key signatures
 .Sh SYNOPSIS
-.In monocypher.h
+.In monocypher-ed25519.h
 .Ft void
 .Fo crypto_ed25519_sign_public_key
 .Fa "uint8_t public_key[32]"
index d96eb9bccffe56be105a1c86ad4263df9b985ef9..a77b358dd374818cb42ef6cfa2178d05cee39837 100644 (file)
@@ -8,7 +8,7 @@
 .Nm crypto_hmac_sha512_final
 .Nd cryptographic hash-based message authentication code with SHA-512
 .Sh SYNOPSIS
-.In monocypher.h
+.In monocypher-ed25519.h
 .Ft void
 .Fo crypto_hmac_sha512
 .Fa "uint8_t hmac[64]"
index 5a6162424371c95edd367e59029a6c1df825a2cc..b0421da0f54a792588df1cffce605032867b5d61 100644 (file)
@@ -8,7 +8,7 @@
 .Nm crypto_sha512_final
 .Nd cryptographic hashing with the SHA-512 algorithm
 .Sh SYNOPSIS
-.In monocypher.h
+.In monocypher-ed25519.h
 .Ft void
 .Fo crypto_sha512
 .Fa "uint8_t hash[64]"