1
0
mirror of https://github.com/BLAKE2/libb2 synced 2024-11-23 04:42:00 +01:00
libb2/README.md
2015-10-14 23:23:31 +02:00

15 lines
175 B
Markdown

# libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Installation:
```
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
```
Contact: contact@blake2.net