branches: front
Clone
clone: git://shithub.us/moody/blake2 gits://shithub.us/moody/blake2
push: hjgit://shithub.us/moody/blake2
patches to: moody@posixcafe.org
Last commit
ac1a816f
– Jacob Moody <moody@posixcafe.org>
authored
on 2025/05/17 20:16
mk test should also use $MKFLAGS
About
A port of the standard reference implementation of BLAKE2 to native 9front.
This repo builds the 'b2sum' command line utility and can run the standard tests.
# Building b2sum
; mk
# Installing b2sum
; mk install
# Running self tests
; mk test