mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-29 23:45:55 +01:00
install instructions
This commit is contained in:
parent
e0f4101303
commit
b90cb05353
12
README.md
12
README.md
@ -1,2 +1,14 @@
|
|||||||
# libb2
|
# libb2
|
||||||
|
|
||||||
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
||||||
|
|
||||||
|
Installation:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ./autogen.sh
|
||||||
|
$ ./configure
|
||||||
|
$ make
|
||||||
|
$ sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
Contact: contact@blake2.net
|
||||||
|
Loading…
Reference in New Issue
Block a user