ToBigUint

Trait ToBigUint 

Source
trait ToBigUint {
    // Required method
    fn to_biguint(&self) -> BigUint;
}
Expand description

Converts types to a BigUint

Required Methods§

Source

fn to_biguint(&self) -> BigUint

Converts a vector of bits in little endian to a BigUint

Implementations on Foreign Types§

Source§

impl ToBigUint for Vec<bool>

Implementors§