phpbb-pwhash 0.1.1

A re-implementation of the `phpbb_check_hash` function (from phpBB 3) in Rust.
Documentation
# phpbb-pwhash

[![Build status][workflow-badge]][workflow]
[![Crates.io Version][crates-io-badge]][crates-io]

A re-implementation of the `phpbb_check_hash` function (from phpBB 3) in Rust.

Docs: <https://docs.rs/phpbb-pwhash>

## License

Licensed under either of

 * Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT) at your option.

### Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.


<!-- Badges -->
[workflow]: https://github.com/dbrgn/phpbb-pwhash/actions?query=workflow%3ACI
[workflow-badge]: https://img.shields.io/github/workflow/status/dbrgn/phpbb-pwhash/CI/main
[crates-io]: https://crates.io/crates/phpbb-pwhash
[crates-io-badge]: https://img.shields.io/crates/v/phpbb-pwhash.svg?maxAge=3600