diff options
author | lloyd <[email protected]> | 2008-10-08 22:13:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 22:13:40 +0000 |
commit | 28679b8b8efd4b09c272ec582982f2d8ca2ee722 (patch) | |
tree | 88d01d3f6a708d8240ec8dc2a186fcfbe34999c9 /src/cipher/des/info.txt | |
parent | 611172dec170835a2ce8b9379dd9b2b9d3e0681b (diff) |
Move DESX into desx.h and desx.cpp
Clean up DES implementation internals.
Diffstat (limited to 'src/cipher/des/info.txt')
-rw-r--r-- | src/cipher/des/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cipher/des/info.txt b/src/cipher/des/info.txt index 43ea9a0bc..ed05979c9 100644 --- a/src/cipher/des/info.txt +++ b/src/cipher/des/info.txt @@ -8,4 +8,6 @@ load_on auto des.cpp des.h des_tab.cpp +desx.h +desx.cpp </add> |