Zeroizable

Trait Zeroizable 

Source
pub trait Zeroizable {
    // Required method
    fn zeroize(&mut self);
}
Expand description

A trait which allows zeroizing of Field elements.

Required Methods§

Source

fn zeroize(&mut self)

Implementors§