[][src]Function grammers_crypto::rsa::encrypt_hashed

pub fn encrypt_hashed(
    data: &[u8],
    key: &Key,
    random_bytes: &[u8; 256]
) -> Vec<u8>

Encrypt the given data, prefixing it with a hash before, using RSA.