aboutsummaryrefslogtreecommitdiff
path: root/python/pyaes/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyaes/README')
-rw-r--r--python/pyaes/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pyaes/README b/python/pyaes/README
new file mode 100644
index 000000000000..9ee58fc5792b
--- /dev/null
+++ b/python/pyaes/README
@@ -0,0 +1,2 @@
+A pure-Python implementation of the AES block cipher algorithm
+and the common modes of operation (CBC, CFB, CTR, ECB and OFB).