A whimsical STROBE based encryption protocol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move kats into a new home (strobe folder)

+4 -4
katties/boundary_test_vector.json wharrgarbl-strobe/katties/boundary_test_vector.json
katties/meta_test_vector.json wharrgarbl-strobe/katties/meta_test_vector.json
katties/simple_test_vector.json wharrgarbl-strobe/katties/simple_test_vector.json
katties/streaming_test_vector.json wharrgarbl-strobe/katties/streaming_test_vector.json
+4 -4
wharrgarbl-strobe/src/herding_kats/mod.rs
··· 9 9 10 10 #[test] 11 11 fn simple_kats() { 12 - test_against_kat("../katties/simple_test_vector.json"); 12 + test_against_kat("./katties/simple_test_vector.json"); 13 13 } 14 14 15 15 #[test] 16 16 fn meta_kats() { 17 - test_against_kat("../katties/meta_test_vector.json"); 17 + test_against_kat("./katties/meta_test_vector.json"); 18 18 } 19 19 20 20 #[test] 21 21 fn streaming_kats() { 22 - test_against_kat("../katties/streaming_test_vector.json"); 22 + test_against_kat("./katties/streaming_test_vector.json"); 23 23 } 24 24 25 25 #[test] 26 26 fn boundary_kats() { 27 - test_against_kat("../katties/boundary_test_vector.json"); 27 + test_against_kat("./katties/boundary_test_vector.json"); 28 28 }