fix comment

This commit is contained in:
John Smith 2023-08-20 11:52:54 -04:00
parent c1cbcbe7c1
commit 2d454c2654

View File

@ -288,7 +288,7 @@ impl Envelope {
}
}
// Encrypt and authenticate message
// Encrypt message
let encrypted_body = vcrypto.crypt_no_auth_unaligned(&body, &self.nonce.bytes, &dh_secret);
// Write body