Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

oaep_sha256_decrypt

Function oaep_sha256_decrypt 

Source
pub fn oaep_sha256_decrypt(
    private_key: &RsaPrivateKey,
    ciphertext: &[u8],
) -> Result<Vec<u8>>