Constant curve25519_dalek::backend::serial::u64::constants::INVSQRT_A_MINUS_D [−][src]
pub(crate) const INVSQRT_A_MINUS_D: FieldElement51;
Expand description
= 1/sqrt(a-d)
, where a = -1 (mod p)
, d
are the Edwards curve parameters.