summaryrefslogtreecommitdiffstats
path: root/python/argon2-cffi/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/argon2-cffi/README')
-rw-r--r--python/argon2-cffi/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/argon2-cffi/README b/python/argon2-cffi/README
new file mode 100644
index 0000000000..436ed532f2
--- /dev/null
+++ b/python/argon2-cffi/README
@@ -0,0 +1,3 @@
+Python implementation of the Argon2 secure password hashing algorithm.
+
+cffi must be built with Python 3 support.