mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-22 20:21:59 +01:00
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
30d45a17c5
This reinstantiates the portable approach to this function dropped in b4b241a34824b51956a7866606329a065d397525. HP-UX does not have any of the fancy secure/explicit functions and the compiler does not support the inline assembly syntax. |
||
---|---|---|
m4 | ||
src | ||
.gitignore | ||
autogen.sh | ||
clean.sh | ||
configure.ac | ||
COPYING | ||
libb2.pc.in | ||
Makefile.am | ||
README.md |
libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Installation:
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
Contact: contact@blake2.net