phpbb-pwhash 0.1.0

A re-implementation of the `phpbb_check_hash` function (from phpBB 3) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.base64]
version = "0.12"

[dependencies.md5]
version = "0.7"

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
description = "A re-implementation of the `phpbb_check_hash` function (from phpBB 3) in Rust."
documentation = "https://docs.rs/phpbb-pwhash"
edition = "2018"
keywords = ["phpbb", "hashing", "pwhash"]
license = "MIT OR Apache-2.0"
name = "phpbb-pwhash"
readme = "README.md"
repository = "https://github.com/dbrgn/phpbb-pwhash/"
version = "0.1.0"