Function rsa::internals::blind

source ·
pub fn blind<R: CryptoRngCore, K: PublicKeyParts>(
    rng: &mut R,
    key: &K,
    c: &BigUint
) -> (BigUint, BigUint)
Available on crate feature expose-internals only.
Expand description

Returns the blinded c, along with the unblinding factor.