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>
Sat, 11 Apr 2020 11:49:31 +0000 (12:49 +0100)
commit668b5f544d001cbc6ba94a6f94f7590e4c4b9473
tree8bef362d96be655f0c0c5c5826cfb9dc6af5ee39
parent71574cbaff3942fd35ceb2754cbfc36449856644
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