aboutsummaryrefslogtreecommitdiff
path: root/examples/05-python/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2023-09-17 11:21:47 -0400
committerPaul Duncan <pabs@pablotron.org>2023-09-17 11:21:47 -0400
commitc6cbe4eb859162e527998ded07db959feb13584c (patch)
tree9fecf59353b3cb59a8fa6cdb83bf18bf09d176b1 /examples/05-python/README.md
parent75b6d96e139c65ba457120d04767a3fc1b948372 (diff)
downloadsha3-c6cbe4eb859162e527998ded07db959feb13584c.tar.bz2
sha3-c6cbe4eb859162e527998ded07db959feb13584c.zip
add examples/05-python
Diffstat (limited to 'examples/05-python/README.md')
-rw-r--r--examples/05-python/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/05-python/README.md b/examples/05-python/README.md
new file mode 100644
index 0000000..1da638c
--- /dev/null
+++ b/examples/05-python/README.md
@@ -0,0 +1,4 @@
+# sha3.py
+
+Access `libsha3.so` functions via Python ctypes module and compare
+libsha3.so output against hashlib output.