fix comment
This commit is contained in:
parent
c1cbcbe7c1
commit
2d454c2654
@ -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);
|
let encrypted_body = vcrypto.crypt_no_auth_unaligned(&body, &self.nonce.bytes, &dh_secret);
|
||||||
|
|
||||||
// Write body
|
// Write body
|
||||||
|
Loading…
Reference in New Issue
Block a user