Docs.rs
evault-core-0.1.0
evault-core 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
stescobedo92
Dependencies
rand ^0.10
normal
secrecy ^0.10
normal
serde ^1
normal
thiserror ^2.0
normal
time ^0.3
normal
uuid ^1.23
normal
zeroize ^1.8
normal
serde_json ^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
Skip to main content
MASTER_KEY_LEN
evault_
core
0.1.0
In evault_
core::
crypto
evault_core
::
crypto
Constant
MASTER_
KEY_
LEN
Copy item path
Source
pub const MASTER_KEY_LEN:
usize
= 32;
Expand description
Length of
MasterKey
material in bytes (256 bits).