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, 10 insertions, 0 deletions
diff --git a/perl/cipher.txt b/perl/cipher.txt
new file mode 100644
index 0000000000..c47952b5c9
--- /dev/null
+++ b/perl/cipher.txt
@@ -0,0 +1,10 @@
+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)