Added Python port of the NuHash algorithm.
commit3ff888517cb4e2807baa6eea6c2efc838b31273b
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 19 Jul 2023 21:12:51 +0000 (19 23:12 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Tue, 1 Aug 2023 21:16:28 +0000 (1 23:16 +0200)
tree759dde5ebb7f6f626d05976f0949888b6d0e5d9f
parent23c906d2f110a7b88b9a353155a72a46677eba68
Added Python port of the NuHash algorithm.
.gitignore
libnuhash/python/.gitignore [new file with mode: 0644]
libnuhash/python/BUILD.txt [new file with mode: 0644]
libnuhash/python/nuhash.pyx [new file with mode: 0644]
libnuhash/python/setup.cfg [new file with mode: 0644]
libnuhash/python/setup.py [new file with mode: 0644]
libnuhash/python/test_nuhash.py [new file with mode: 0644]