pub trait Zeroizable { // Required method fn zeroize(&mut self); }
A trait which allows zeroizing of Field elements.