.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]"
.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]"
.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]"