chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

BIN
vendor/des/tests/data/des.blb vendored Normal file

Binary file not shown.

BIN
vendor/des/tests/data/tdes.blb vendored Normal file

Binary file not shown.

BIN
vendor/des/tests/data/tdes2.blb vendored Normal file

Binary file not shown.

6
vendor/des/tests/mod.rs vendored Normal file
View File

@@ -0,0 +1,6 @@
//! Test vectors are from NESSIE:
//! https://www.cosic.esat.kuleuven.be/nessie/testvectors/
cipher::block_cipher_test!(des_test, "des", des::Des);
cipher::block_cipher_test!(tdes_ede3_test, "tdes", des::TdesEde3);
cipher::block_cipher_test!(tdes_ede2_test, "tdes2", des::TdesEde2);