We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbafa79 commit e4a54b0Copy full SHA for e4a54b0
crates/wraith-crypto/tests/double_ratchet_tests.rs
@@ -55,7 +55,7 @@ fn test_double_ratchet_rekeying_integration() {
55
56
// Verify ciphertext is different/valid structure
57
// Header is 40 bytes.
58
- let header_bytes = &ciphertext2[0..40];
+ let _header_bytes = &ciphertext2[0..40];
59
60
// 5. Bob receives. Should trigger DH ratchet.
61
let decrypted2 = bob.read_message(&ciphertext2).unwrap();
0 commit comments