pub fn decrypt_message( ciphertext: &[u8], ratchet_secrets: RatchetKeyMaterial, ) -> Result<Vec<u8>, AeadError>