Function azalea_crypto::encrypt

source ·
pub fn encrypt(
    public_key: &[u8],
    challenge: &[u8]
) -> Result<EncryptResult, String>