From c6cbe4eb859162e527998ded07db959feb13584c Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 17 Sep 2023 11:21:47 -0400 Subject: add examples/05-python --- examples/05-python/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/05-python/README.md (limited to 'examples/05-python/README.md') 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. -- cgit v1.2.3