pub fn httpcrypt_decrypt(
body: &mut [u8],
nm: Zeroizing<GenericArray<u8, U32>>,
) -> Result<usize, RspamdError>Expand description
Decrypts body using HTTPCrypt algorithm
pub fn httpcrypt_decrypt(
body: &mut [u8],
nm: Zeroizing<GenericArray<u8, U32>>,
) -> Result<usize, RspamdError>Decrypts body using HTTPCrypt algorithm