From 72ec06c189b8245a527f766efd66a606b4897c95 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 21 Apr 2020 13:16:22 +0200 Subject: [PATCH] Comment --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index fd48710f..25af3a92 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -50,6 +50,9 @@ load_4(const unsigned char *in) # include "fe_25_5/fe.h" #endif +/* + * Inversion - returns 0 if z=0 + */ void fe25519_invert(fe25519 out, const fe25519 z) {