Where do I find these? There not in the blake2 package.
/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'
You have to modify your makefile.unxi:
LIBS+= \
-Wl,-B$(LMODE2) \
-l z \
-l dl \
-l pthread \
-Wl,-rpath,/usr/local/include -L/usr/local/include -lb2