| Rev. | Time | Author |
|---|---|---|
| af0ef07 | 2020-01-30 03:01:40 | Jack O'Connor |
|
update the c/README.md example to hash stdin |
||
| 37e153c | 2020-01-29 05:59:16 | Jack O'Connor |
|
add NEON support to blake3_dispatch.c |
||
| d7a37fa | 2020-01-29 04:11:26 | Jack O'Connor |
|
clear errno before strtoull |
||
| 4304cd1 | 2020-01-29 03:26:37 | Jack O'Connor |
|
one more warning |
||
| d980514 | 2020-01-29 03:25:22 | Jack O'Connor |
|
fix unused variable warning |
||
| 6742722 | 2020-01-28 06:21:34 | Jack O'Connor |
|
add a note about testing in main.c |
||
| 8ce1cdd | 2020-01-28 06:17:09 | TheVice |
|
[memset] removed call of 'memset' function according to the overwriting |
||
| 4730ab2 | 2020-01-28 06:17:09 | TheVice |
|
[memset] placed function after checking of memory was done |
||
| dec0c49 | 2020-01-28 03:10:25 | Jack O'Connor |
|
add a note about AVX-512 flags |
||
| 444a338 | 2020-01-28 03:04:36 | Jack O'Connor |
|
remove an obsolete remark about performance |
||
| 5ef22de | 2020-01-28 03:02:00 | Jack O'Connor |
|
link to the C implementation from the README |
||
| 71e605f | 2020-01-27 06:12:10 | Jack O'Connor |
|
|
||
| 1db856a | 2020-01-27 06:07:51 | Jack O'Connor |
|
expand the C README for public consumption |
||
| 214c70d | 2020-01-24 09:42:41 | Samuel Neves |
|
|
||
| 182aea4 | 2020-01-24 04:42:34 | Erik Johansson |
|
Add extern "C" to blake3.h |
||
| a830ab2 | 2020-01-23 21:17:43 | Samuel Neves |
|
streamline load_counters |
||
| de1458c | 2020-01-23 20:51:46 | Samuel Neves |
|
name collision |
||
| 37ea737 | 2020-01-23 19:58:45 | Samuel Neves |
|
more robust bit-trickery functions |
||
| e17c45d | 2020-01-23 11:35:24 | Jack O'Connor |
|
version 0.1.3 |
||
| 163f522 | 2020-01-23 11:32:39 | Jack O'Connor |
|
port compress_subtree_to_parent_node from Rust to C |
||
| de1cf00 | 2020-01-23 11:32:39 | Jack O'Connor |
|
add the round_down_to_power_of_2 algoirthm |
||
| 087d72e | 2020-01-23 11:32:35 | Jack O'Connor |
|
clang-format |
||
| 92d421d | 2020-01-23 11:19:47 | Jack O'Connor |
|
add a larger test case |
||
| 78e858d | 2020-01-22 02:09:42 | Jack O'Connor |
|
expand comments about lazy merging |
||
| ccadbad | 2020-01-22 01:41:20 | Jack O'Connor |
|
stack size in the optimized impl should be MAX_DEPTH + 1 |
||
| d0c8fc1 | 2020-01-22 00:47:00 | Jack O'Connor |
|
use a better popcnt fallback algorithm |
||
| 67262df | 2020-01-21 09:25:55 | Jack O'Connor |
|
double the maximum incremental subtree size |
||
| 4a92e8e | 2020-01-21 06:36:30 | Jack O'Connor |
|
add the reference impl doc test to CI |
||
| 4021636 | 2020-01-21 06:19:16 | Jack O'Connor |
|
test the BLAKE3_NO_* vars in CI |
||
| 40f4bdc | 2020-01-21 05:24:03 | Jack O'Connor |
|
switch from BLAKE3_USE_* to BLAKE3_NO_* |
||
