1
0
Fork 0
mirror of https://github.com/BLAKE2/libb2 synced 2024-05-18 11:26:02 +02:00
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Go to file
Samuel Neves 6c3a0dd505 typo 2017-11-03 05:00:03 +00:00
m4 init 2015-10-14 14:52:16 +02:00
src typo 2017-11-03 05:00:03 +00:00
.gitignore Initial commit 2015-10-14 14:50:52 +02:00
LICENSE Initial commit 2015-10-14 14:50:52 +02:00
Makefile.am init 2015-10-14 14:52:16 +02:00
README.md install instructions 2015-10-14 23:23:31 +02:00
autogen.sh init 2015-10-14 14:52:16 +02:00
clean.sh init 2015-10-14 14:52:16 +02:00
configure.ac consistency, bump version 2017-10-10 13:33:42 +01:00

libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp

Installation:

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Contact: contact@blake2.net