algorithms.c: Implement KMAC in C.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Oct 2019 15:27:51 +0000 (16:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:51:31 +0000 (17:51 +0000)
commit385caa2fd0f72e17e35eb9c28b6233c1a5197e88
tree01ab0a6438008a4059c97e37f85f3305b87570b1
parent5d04dade21133e36042140f83fb8d9d52c746469
algorithms.c: Implement KMAC in C.

It's longer this way, but significantly less ugly, and it works
consistently with the other algorithms.
algorithms.c
catacomb/__init__.py
t/t-algorithms.py