pub fn prepare_blind_convert(
bpk: BlindingPublicKey,
y: Output,
randomness: &mut Randomness,
) -> Result<BlindInput, Error>
Expand description
A PRF output can be blinded for blind conversion by perfoming an Elgamal encryption of it under the target blinding public key.