1
0
mirror of https://github.com/BLAKE2/libb2 synced 2024-11-22 20:21:59 +01:00
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Go to file
Henrik S. Gaßmann 27691aa58c REPLACE EXPORT_DLL WITH BLAKE2_API
Export symbols as recommended by the https://gcc.gnu.org/wiki/Visibility
Step-by-Step Guide.
The symbols EXPORT_DLL, DYNAMIC_LIB_EXPORT and DYNAMIC_LIB are way too
generic and will likely cause name clashes if libb2 is used within a
larger project importing multiple external libraries.
2015-12-15 19:11:33 +01:00
m4 init 2015-10-14 14:52:16 +02:00
src REPLACE EXPORT_DLL WITH BLAKE2_API 2015-12-15 19:11:33 +01:00
.gitignore Initial commit 2015-10-14 14:50:52 +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 compilers do not always correctly detect host cpu features 2015-10-14 22:22:48 +01: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

libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp

Installation:

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

Contact: contact@blake2.net