Add Keccak-f[1600] primitive operating on byte vectors.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 12 Sep 2017 03:34:42 +0000 (03:34 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 12 Sep 2017 03:34:42 +0000 (03:34 +0000)
commitbb285ccec1ca6825f520efae7effb432cedcb230
treef7a1effa0f8eadadb5ec3cb0a21de07dd7638ccb
parent11ca9275d32d54817af01be8e9694de4acd7273f
Add Keccak-f[1600] primitive operating on byte vectors.

Won't break any speed records with all the copying and byte order
conversion but will work at least and be handy for exploration.
src/microcode/keccak.c [new file with mode: 0644]
src/microcode/keccak.h [new file with mode: 0644]
src/microcode/makegen/files-core.scm
src/microcode/prkeccak.c [new file with mode: 0644]
tests/check.scm
tests/microcode/test-keccak.scm [new file with mode: 0644]