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
705
705
// reason we need to violate the stronger-than-needed condition, e.g. by changing the field
706
706
// definition order.
707
-
#[cfg(feature = "serde1")]
707
+
#[cfg(feature = "serde")]
708
708
#[test]
709
709
fntest_chacha_serde_format_stability(){
710
710
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