Docs.rs
rustauth-core-0.2.0
rustauth-core 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sebasxsala
Dependencies
base64 ^0.22
normal
chacha20poly1305 ^0.10
normal
governor ^0.10
normal
hex ^0.4
normal
hkdf ^0.12
normal
hmac ^0.12
normal
http ^1
normal
indexmap ^2
normal
josekit ^0.10
normal
optional
rand ^0.8
normal
rustauth-oauth ^0.2.0
normal
optional
rustauth-social-providers ^0.2.0
normal
optional
scrypt ^0.11
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
subtle ^2
normal
thiserror ^2
normal
time ^0.3
normal
tokio ^1
normal
unicode-normalization ^0.1
normal
url ^2
normal
Versions
19.06%
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 buffer
rustauth_
core
0.2.0
Module buffer
Module Items
Functions
In rustauth_
core::
crypto
rustauth_core
::
crypto
Module
buffer
Copy item path
Source
Expand description
Constant-time byte comparison helpers.
Functions
ยง
constant_
time_
equal
Compare two byte-like values without early returns based on content.