diff options
Diffstat (limited to 'examples/05-python/README.md')
-rw-r--r-- | examples/05-python/README.md | 4 |
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. |