From d548cce87468b0f1e74ae307d6998b886dc98a59 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 29 Dec 2025 23:11:17 +0100 Subject: [PATCH] Refer to the correct header --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index 6ae5dc4f..d3020132 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -39,7 +39,7 @@ load_4(const unsigned char *in) * and 10*25.5 bit limbs elsewhere. * * Functions used elsewhere that are candidates for inlining are defined - * via "private/curve25519_ref10.h". + * via "private/ed25519_ref10.h". */ #ifdef HAVE_TI_MODE @@ -62,7 +62,7 @@ fe25519_sqmul(fe25519 s, const int n, const fe25519 a) } /* - * Inversion - returns 0 if z=0 + * Inversion - sets out to 0 if z=0 */ void fe25519_invert(fe25519 out, const fe25519 z)