First draft of SHA3-256 with minimal tests.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 3 Nov 2017 21:15:11 +0000 (21:15 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 3 Nov 2017 21:15:13 +0000 (21:15 +0000)
commit1cc14a8343d4995ae2987d0605d728a8ecc43a79
treed181358dedae2d9b6c668326812b38bbfb735270
parent804e742557dbafe85ae65c072ce96ef13f4bf972
First draft of SHA3-256 with minimal tests.

Probably full of fenceposts but this is all I have energy for at the
moment.
src/runtime/runtime.pkg
src/runtime/sha3.scm [new file with mode: 0644]
tests/check.scm
tests/runtime/test-sha3.scm [new file with mode: 0644]