tukaani-project / xz

XZ Utils
https://tukaani.org/xz/
Other
532 stars 95 forks source link

liblzma: Improve documentation in check.h. #29

Closed JiaT75 closed 1 year ago

JiaT75 commented 1 year ago

All functions now explicitly specify parameter and return values. Also moved the note about SHA-256 functions not being exported to the top of the file.

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming, typo fix) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [X] Documentation content changes - [ ] Other (please describe): ## Does this introduce a breaking change? - [ ] Yes - [X] No