Skip to main content

verify_encryption_key

Function verify_encryption_key 

Source
pub fn verify_encryption_key(
    verifying_key: &VerifyingKey,
    encryption_public: &EncryptionPublicKey,
    signature: &Signature,
) -> bool
Expand description

Verify the Ed25519 binding signature on a fetched X25519 public key.