Skip to main content

decrypt_for_thread

Function decrypt_for_thread 

Source
pub fn decrypt_for_thread(
    thread_key: &str,
    nonce: &str,
    ciphertext: &str,
) -> Result<Vec<u8>, CryptoError>