Trait snarkvm_utilities::bits::ToMinimalBits
source · pub trait ToMinimalBits: Sized {
fn to_minimal_bits(&self) -> Vec<bool> ⓘ;
}
Required Methods
sourcefn to_minimal_bits(&self) -> Vec<bool> ⓘ
fn to_minimal_bits(&self) -> Vec<bool> ⓘ
Returns self
as a minimal boolean array.