diff options
author | MDrights <psychi2009@gmail.com> | 2019-01-09 06:40:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-09 06:40:25 +0700 |
commit | 415181d2b997b0051e100b07fded6938083fd0e5 (patch) | |
tree | 9aefdaa9052d4e6f160eb7a7761f4d791a9d55ad /python/pysha3/README | |
parent | d86d9532b10513763e050ae71c12c498745394c4 (diff) |
python/pysha3: Added (SHA-3 wrapper for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysha3/README')
-rw-r--r-- | python/pysha3/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pysha3/README b/python/pysha3/README new file mode 100644 index 0000000000000..6fd5ef5649797 --- /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. |