aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/square/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:46:52 +0000
committerlloyd <[email protected]>2008-11-08 19:46:52 +0000
commitf1c459725da56fd8ed5766e7779300182fa26bcf (patch)
tree32295cec92df1155563ae8a535dc695d6800d7f6 /src/cipher/square/info.txt
parent8dba7b5264403e781bbb86ff61850e4377dca7b9 (diff)
Split ciphers into block and stream ciphers. Move base class headers
Diffstat (limited to 'src/cipher/square/info.txt')
-rw-r--r--src/cipher/square/info.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cipher/square/info.txt b/src/cipher/square/info.txt
deleted file mode 100644
index a20697923..000000000
--- a/src/cipher/square/info.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-realname "Square"
-
-define SQUARE
-
-load_on auto
-
-<add>
-sqr_tab.cpp
-square.cpp
-square.h
-</add>