diff options
Diffstat (limited to 'python/argon2-cffi/README')
-rw-r--r-- | python/argon2-cffi/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/argon2-cffi/README b/python/argon2-cffi/README new file mode 100644 index 0000000000000..436ed532f293f --- /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. |