mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Comment
This commit is contained in:
parent
056a1aeef5
commit
62c6dbcf36
@ -2498,6 +2498,7 @@ sc25519_is_canonical(const unsigned char s[32])
|
|||||||
return (c != 0);
|
return (c != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* x^((p-1)/2) */
|
||||||
static void
|
static void
|
||||||
chi25519(fe25519 out, const fe25519 z)
|
chi25519(fe25519 out, const fe25519 z)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user