wip: typo in cfg name

This commit is contained in:
David Kotval 2024-02-16 13:37:44 -06:00
parent b7c3eb9b67
commit e5f5371a9c

View file

@ -69,7 +69,7 @@ pub(crate) const SQRT_M1: FieldElement2625 = FieldElement2625::from_limbs([
/// `APLUS2_OVER_FOUR` is (A+2)/4. (This is used internally within the Montgomery ladder.)
/// The u32e backend uses hardware acceleration for this.
#[cfg(not(curve_dalek_backend = "u32e_backend"))]
#[cfg(not(curve25519_dalek_backend = "u32e_backend"))]
pub(crate) const APLUS2_OVER_FOUR: FieldElement2625 =
FieldElement2625::from_limbs([121666, 0, 0, 0, 0, 0, 0, 0, 0, 0]);