mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
wip: typo in cfg name
This commit is contained in:
parent
b7c3eb9b67
commit
e5f5371a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue