Function blind_public_key

Source
pub fn blind_public_key<P>(
    participant: &P,
    csprng: &mut impl CryptoRngCore,
) -> BlindedPublicKey
where 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.