Function rsa::internals::blind [−][src]
pub fn blind<R: Rng, K: PublicKeyParts>(
rng: &mut R,
key: &K,
c: &BigUint
) -> (BigUint, BigUint)
Expand description
Returns the blinded c, along with the unblinding factor.
pub fn blind<R: Rng, K: PublicKeyParts>(
rng: &mut R,
key: &K,
c: &BigUint
) -> (BigUint, BigUint)
Returns the blinded c, along with the unblinding factor.