mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
refactor: Rename to symm_encrypt_message()
This commit is contained in:
@@ -76,7 +76,7 @@ impl EncryptHelper {
|
||||
mail_to_encrypt.clone().write_part(cursor).ok();
|
||||
|
||||
let ctext =
|
||||
pgp::encrypt_symmetrically(raw_message, shared_secret, sign_key, compress).await?;
|
||||
pgp::symm_encrypt_message(raw_message, shared_secret, sign_key, compress).await?;
|
||||
|
||||
Ok(ctext)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user