You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// However testing for equivalence of serialized data is difficult, and there shouldn't be any
406
406
// reason we need to violate the stronger-than-needed condition, e.g. by changing the field
407
407
// definition order.
408
-
#[cfg(feature = "serde1")]
408
+
#[cfg(feature = "serde")]
409
409
#[test]
410
410
fntest_chacha_serde_format_stability(){
411
411
let j = r#"{"seed":[4,8,15,16,23,42,4,8,15,16,23,42,4,8,15,16,23,42,4,8,15,16,23,42,4,8,15,16,23,42,4,8],"stream":27182818284,"word_pos":314159265359}"#;
0 commit comments