From 02296fafb5ff50749c274ceb04a15e9fb9439711 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 13 Jun 2018 16:42:22 -0700 Subject: [PATCH] Delete unused constant --- src/backend/avx2/constants.rs | 8 -------- 1 file changed, 8 deletions(-) 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([