Docs.rs
authx-core-0.1.2
authx-core 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hamzzy
Dependencies
aes-gcm ^0.10
normal
argon2 ^0.5
normal
async-trait ^0.1
normal
chrono ^0.4
normal
ed25519-dalek ^2
normal
email_address ^0.2
normal
hex ^0.4
normal
jsonwebtoken ^9
normal
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1
normal
tokio ^1
dev
Versions
18.4%
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
Module hashing
authx_
core
0.1.2
Module hashing
Module Items
Functions
In authx_
core::
crypto
authx_core
::
crypto
Module
hashing
Copy item path
Source
Functions
§
hash_
password
sha256_
hex
SHA-256 hex digest — used for session token storage, never for passwords.
verify_
password