mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Comment
This commit is contained in:
@@ -2498,6 +2498,7 @@ sc25519_is_canonical(const unsigned char s[32])
|
||||
return (c != 0);
|
||||
}
|
||||
|
||||
/* x^((p-1)/2) */
|
||||
static void
|
||||
chi25519(fe25519 out, const fe25519 z)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user