pub trait SBox<E: Engine>: Sized + Clone + Debug { // Required method fn apply(&self, elements: &mut [E::Fr]); }