aboutsummaryrefslogtreecommitdiff
path: root/python/pysha3/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pysha3/README')
-rw-r--r--python/pysha3/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pysha3/README b/python/pysha3/README
new file mode 100644
index 000000000000..6fd5ef564979
--- /dev/null
+++ b/python/pysha3/README
@@ -0,0 +1,5 @@
+SHA-3 wrapper (keccak) for Python.
+
+The module is a standalone version of the SHA-3 module from Python 3.6.
+The code in sha3module.c has been modified to be compatible with Python 2.7 to 3.5.
+Python 2.6 and earlier are not supported.