1
0
Fork 0
mirror of https://github.com/BLAKE2/libb2 synced 2024-04-25 04:45:01 +02:00
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Go to file
Samuel Neves 643decfbf8
Merge pull request #45 from shadchin/sync_with_python_2
Trim trailing whitespace
2023-05-14 17:17:32 +01:00
m4 Use memcpy for possibly-unaligned loads and stores. 2018-06-20 23:35:09 -07:00
src Merge pull request #45 from shadchin/sync_with_python_2 2023-05-14 17:17:32 +01:00
.gitignore Initial commit 2015-10-14 14:50:52 +02:00
.travis.yml Add Travis testing 2020-07-03 18:17:13 -04:00
COPYING make dist expects COPYING 2019-03-10 15:35:26 +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
autogen.sh init 2015-10-14 14:52:16 +02:00
clean.sh clean.sh: Add shebang 2019-11-28 23:28:06 +01:00
configure.ac Merge pull request #24 from LocutusOfBorg/patch-1 2019-07-23 00:55:09 +01:00
libb2.pc.in add newlines to end of files 2019-03-10 15:25:30 +00:00

libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp

Installation:

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

Contact: contact@blake2.net