()
| 34 | |
| 35 | impl<F: PrimeField, const SECURE_MDS: usize> P128Pow5T3Gen<F, SECURE_MDS> { |
| 36 | pub fn new() -> Self { |
| 37 | P128Pow5T3Gen(PhantomData::default()) |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | impl<F: FromUniformBytes<64> + Ord, const SECURE_MDS: usize> Spec<F, 3, 2> |
nothing calls this directly
no test coverage detected