shithub: blake2

Download patch

ref: 1ebef3229f78a771d2acf5a310efac225e13d826
parent: b2aa1948ba154ebe4e1da20cc8f871f7c27afe97
author: Jacob Moody <moody@posixcafe.org>
date: Thu May 15 01:55:24 EDT 2025

add basic README

--- /dev/null
+++ b/README
@@ -1,0 +1,5 @@
+A port of the standard reference implementation of BLAKE2 to native 9front.
+
+# Building
+; cd ref
+; mk run # compile and run tests
--