diff --git a/src/backend/avx2/constants.rs b/src/backend/avx2/constants.rs index f08daa7..304a1be 100644 --- a/src/backend/avx2/constants.rs +++ b/src/backend/avx2/constants.rs @@ -94,14 +94,6 @@ pub(crate) static P_TIMES_16_HI: u32x8 = u32x8::new( 33554431 << 4, ); -pub(crate) static P_TIMES_2_MASKED: FieldElement32x4 = FieldElement32x4([ - u32x8::new(0, 134217690, 0, 67108862, 134217690, 0, 67108862, 0), - u32x8::new(0, 134217726, 0, 67108862, 134217726, 0, 67108862, 0), - u32x8::new(0, 134217726, 0, 67108862, 134217726, 0, 67108862, 0), - u32x8::new(0, 134217726, 0, 67108862, 134217726, 0, 67108862, 0), - u32x8::new(0, 134217726, 0, 67108862, 134217726, 0, 67108862, 0), -]); - /// Odd multiples of the Ed25519 basepoint: pub(crate) static BASEPOINT_ODD_LOOKUP_TABLE: NafLookupTable8 = NafLookupTable8([ CachedPoint(FieldElement32x4([