Skip to content

Commit

Permalink
Add serpent cipher and test vectors. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
glv2 authored and froydnj committed Nov 22, 2016
1 parent b7c85f9 commit 50f1e40
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ironclad.asd
Expand Up @@ -78,6 +78,7 @@
(:file "tea" :depends-on ("cipher"))
(:file "xtea" :depends-on ("cipher"))
(:file "cast5" :depends-on ("cipher"))
(:file "serpent" :depends-on ("cipher"))
;; stream ciphers
(:file "arcfour" :depends-on ("cipher"))
(:file "salsa20" :depends-on ("cipher"))
Expand Down Expand Up @@ -283,6 +284,7 @@
(:test-vector-file "tea")
(:test-vector-file "xtea")
(:test-vector-file "cast5")
(:test-vector-file "serpent")
;; modes
(:test-vector-file "cbc")
(:test-vector-file "ctr")
Expand Down

0 comments on commit 50f1e40

Please sign in to comment.