Docs.rs
password_-0.1.2
password_ 0.1.2
Permalink
Docs.rs crate page
MulanPSL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
i18nsite
Dependencies
argon2 ^0.5.3
normal
rand ^0.10.1
normal
static_init ^1.0.4
normal
aok ^0.1.18
dev
log ^0.4.32
dev
log_init ^0.1.36
dev
static_init ^1.0.4
dev
Versions
0%
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
Skip to main content
verify
password_
0.1.2
password_
Function
verify
Copy item path
Source
pub fn verify( password: impl
AsRef
<[
u8
]>, salt: impl
AsRef
<[
u8
]>, hash: impl
AsRef
<[
u8
]>, ) ->
bool