pub fn blind_public_key<P>(
participant: &P,
csprng: &mut impl CryptoRngCore,
) -> BlindedPublicKeywhere
P: ParticipantPublicKeys,Expand description
Blind a participant’s public key.
Blinding allows a third party to send encrypted hints without knowing the specific identity of the recipient, enabling anonymous message retrieval.