1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-10 12:46:04 +02:00
BLAKE3/.github/workflows
Jack O'Connor 05292a018b get rid of the standalone "*_rayon" functions
These clutter the toplevel API, and their prominence might lead callers
to prefer them as a first resort, which probably isn't a good idea.
Restricting multithreading to `Hasher::update_rayon` feels better,
similar to what we've done with `Hasher::finalize_xof`. (But I think
`update_rayon` is still an improvement over the trait-based interface
that it replaced.)
2021-03-21 21:14:13 -04:00
..
build_b3sum.py build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00
ci.yml get rid of the standalone "*_rayon" functions 2021-03-21 21:14:13 -04:00
tag.yml build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00
upload_github_release_asset.py build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00