logo
pub fn encryption(
    scope: Scope,
    public_key: PublicKey
) -> Option<impl Encryption>
Expand description