mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
refactor: enable clippy::arithmetic_side_effects lint
This commit is contained in:
@@ -170,6 +170,7 @@ pub enum SeipdVersion {
|
||||
|
||||
/// Encrypts `plain` text using `public_keys_for_encryption`
|
||||
/// and signs it using `private_key_for_signing`.
|
||||
#[expect(clippy::arithmetic_side_effects)]
|
||||
pub async fn pk_encrypt(
|
||||
plain: Vec<u8>,
|
||||
public_keys_for_encryption: Vec<SignedPublicKey>,
|
||||
|
||||
Reference in New Issue
Block a user