We welcome and encourage third-party contributions to BLAKE3, be it reports of issues encountered while using the software or proposals of patches.
Bugs and other problems should be reported on GitHub Issues.
If you report a bug, please:
We encourage you to fix a bug via a GitHub Pull request, preferably after creating a related issue and referring it in the PR.
If you contribute code and submit a patch, please note the following:
master
branch.Also please make sure to create new unit tests covering your code additions. You can execute the tests by running:
cargo test
All third-party contributions will be recognized in the list of contributors.