1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-28 15:11:34 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jack O'Connor
a52d4daa98 update MAX_DEPTH 2019-12-12 23:40:13 -05:00
Jack O'Connor
b5f1e925f7 rename "offset" to "counter" and always increment it by 1
This is simpler than sometimes incrementing by CHUNK_LEN and other times
incrementing by BLOCK_LEN.
2019-12-12 21:41:30 -05:00
Jack O'Connor
a5cc3b2867 reduce the CHUNK_LEN from 2048 bytes to 1024 bytes
Smaller chunk sizes are a big benefit for parallelism at shorter input
lengths, and recent benchmarks show that this reduction has a relative
small cost in terms of peak throughput. It's also a nice round number.
2019-12-12 20:39:00 -05:00
Jack O'Connor
0c44497290 s/subtree_stack/cv_stack/ in reference_impl.rs
This fits better with the current wording of the spec.
2019-12-08 23:31:18 -05:00
Jack O'Connor
47ef3ad01f add struct Hasher 2019-12-06 15:13:27 -05:00
Jack O'Connor
2030966062 add the reference implementation 2019-12-02 17:03:07 -05:00