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
Michael Osipov 30d45a17c5 Make secure_zero_memory() compile on HP-UX
This reinstantiates the portable approach to this function dropped in
b4b241a34824b51956a7866606329a065d397525.
HP-UX does not have any of the fancy secure/explicit functions and the
compiler does not support the inline assembly syntax.
2019-05-28 15:48:17 +02:00
m4 Use memcpy for possibly-unaligned loads and stores. 2018-06-20 23:35:09 -07:00
src Make secure_zero_memory() compile on HP-UX 2019-05-28 15:48:17 +02: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 bump version for new release 2019-03-10 15:28:51 +00:00
COPYING make dist expects COPYING 2019-03-10 15:35:26 +00:00
libb2.pc.in add newlines to end of files 2019-03-10 15:25:30 +00:00
Makefile.am add newlines to end of files 2019-03-10 15:25:30 +00: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