mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-23 04:42:00 +01:00
15 lines
175 B
Markdown
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
|