Trait paillier::traits::AbstractScheme [] [src]

pub trait AbstractScheme {
    type BigInteger;
}

Marker trait for the Paillier scheme.

Associated Types

Underlying arbitrary precision arithmetic type.

Implementors