Trait paillier::arithimpl::traits::Samplable [] [src]

pub trait Samplable {
    fn sample_below(upper: &Self) -> Self;
    fn sample_range(lower: &Self, upper: &Self) -> Self;
    fn sample(bitsize: usize) -> Self;
}

Required Methods

Implementors