Type Definition paillier::arithimpl::gmpimpl::BigInt[][src]

type BigInt = Mpz;

Trait Implementations

impl<'n> From<&'n BigInt> for EncryptionKey
[src]

Performs the conversion.

impl From<BigInt> for Randomness
[src]

Performs the conversion.

impl<'b> From<&'b BigInt> for Randomness
[src]

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

impl<'ek, 'r> PrecomputeRandomness<&'ek EncryptionKey, &'r BigInt, PrecomputedRandomness> for Paillier
[src]

impl PrimeSampable for BigInt
[src]