Docs.rs
hsh-0.0.8
hsh 0.0.8
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sebastienrousseau
Dependencies
argon2rs ^0.2.5
normal
base64 ^0.22.1
normal
bcrypt ^0.15.1
normal
dtt ^0.0.6
normal
log ^0.4.21
normal
scrypt ^0.11.0
normal
serde ^1.0.201
normal
serde_json ^1.0.117
normal
vrd ^0.0.7
normal
assert_cmd ^2.0.14
dev
criterion ^0.5.1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hsh
0.0.8
Module algorithms
Module Items
Modules
In crate hsh
hsh
Module
algorithms
Copy item path
Source
Expand description
The
algorithms
module contains the password hashing algorithms.
Modules
ยง
argon2i
The
argon2i
module contains the Argon2i password hashing algorithm.
bcrypt
The
bcrypt
module contains the Bcrypt password hashing algorithm.
scrypt
The
scrypt
module contains the Scrypt password hashing algorithm.