Skip to content

Commit

Permalink
blowfish: add BlowfishLE tests (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Aug 7, 2023
1 parent bfd2f36 commit 37b15f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added blowfish/tests/data/blowfish_le.blb
Binary file not shown.
2 changes: 2 additions & 0 deletions blowfish/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
cipher::block_cipher_test!(blowfish_test, "blowfish", blowfish::Blowfish);
// Tests for BlowfishLE were randomly generated using implementation in this crate
cipher::block_cipher_test!(blowfish_le_test, "blowfish_le", blowfish::BlowfishLE);

0 comments on commit 37b15f1

Please sign in to comment.