mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Fix clippy warnings
This commit is contained in:
@@ -230,6 +230,7 @@ pub fn pk_encrypt(
|
||||
Ok(encoded_msg)
|
||||
}
|
||||
|
||||
#[allow(clippy::implicit_hasher)]
|
||||
pub fn pk_decrypt(
|
||||
ctext: &[u8],
|
||||
private_keys_for_decryption: &Keyring,
|
||||
|
||||
Reference in New Issue
Block a user