[][src]Type Definition paillier_common::BigInt

type BigInt = Mpz;

Expose selected BigInt type (defaults to GMP)

Trait Implementations

impl<'b> From<RawCiphertext<'b>> for BigInt[src]

impl<'b> From<RawPlaintext<'b>> for BigInt[src]

impl PrimeSampable for BigInt[src]