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 a40bdae commit a40c3a9Copy full SHA for a40c3a9
tests/quic_tests.rs
@@ -68,6 +68,7 @@ fn test_sample_len(alg: &'static quic::Algorithm) {
68
let key = quic::HeaderProtectionKey::new(alg, &key_data).unwrap();
69
70
let sample_len = alg.sample_len();
71
+ assert_eq!(sample_len, 16); // For all currently-implemented algorithms
72
let sample_data = vec![0u8; sample_len + 2];
73
74
// Sample is the right size.
0 commit comments