HomeSort by: relevance | last modified time | path
    Searched defs:x_minus_one (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 2019 fe25519 x_minus_one; local in function:ge25519_from_uniform
2024 fe25519_sub(x_minus_one, x, one);
2026 fe25519_mul(yed, x_minus_one, x_plus_one_inv);
ed25519_ref10.c 2019 fe25519 x_minus_one; local in function:ge25519_from_uniform
2024 fe25519_sub(x_minus_one, x, one);
2026 fe25519_mul(yed, x_minus_one, x_plus_one_inv);

Completed in 95 milliseconds