mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Remove outdated TODO
This commit is contained in:
@@ -400,7 +400,6 @@ pub async fn symm_encrypt_message(
|
|||||||
hash_alg: HashAlgorithm::default(),
|
hash_alg: HashAlgorithm::default(),
|
||||||
salt,
|
salt,
|
||||||
};
|
};
|
||||||
// TODO ask whether it's actually good to use Seidp_v2 here
|
|
||||||
let mut msg = msg.seipd_v2(
|
let mut msg = msg.seipd_v2(
|
||||||
&mut rng,
|
&mut rng,
|
||||||
SymmetricKeyAlgorithm::AES128,
|
SymmetricKeyAlgorithm::AES128,
|
||||||
|
|||||||
Reference in New Issue
Block a user