1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-24 15:20:42 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Jack O'Connor
c5c07bb337 refactor b3sum to support --check
This is an overall cleanup of everything that b3sum is doing, especially
file opening and memory mapping, which makes it easier for the regular
hashing mode to share code with the checking mode.
2020-05-13 18:23:59 -04:00
Jack O'Connor
c6a99dbb23 add parse_check_line
As part of this, reorganize b3sum tests into src/unit_tests.rs and
tests/cli_tests.rs.
2020-05-12 17:09:38 -04:00