blob: 17faa8f4d5ca9f1e2682bd2a386ca6ac72f9b9f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# libb2
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Installation:
```
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
```
Contact: contact@blake2.net
|