mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-22 20:21:59 +01:00
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
7feb2bb35d
Use memcpy for possibly-unaligned loads and stores. |
||
---|---|---|
m4 | ||
src | ||
.gitignore | ||
autogen.sh | ||
clean.sh | ||
configure.ac | ||
LICENSE | ||
Makefile.am | ||
README.md |
libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Installation:
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
Contact: contact@blake2.net