summaryrefslogtreecommitdiffstats
path: root/perl/cipher.txt
diff options
context:
space:
mode:
Diffstat (limited to 'perl/cipher.txt')
-rw-r--r--perl/cipher.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/perl/cipher.txt b/perl/cipher.txt
deleted file mode 100644
index c47952b5c9..0000000000
--- a/perl/cipher.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Cipher::new(name) "des-cbc" etc
-Cipher::name()
-Cipher::key_length()
-Cipher::iv_length()
-Cipher::block_size()
-
-Cipher::init(key,iv,enc)
-Cipher::update(in)
-Cipher::final()
-Cipher::cipher(in)