Docs.rs
crypto_box-0.9.1
crypto_box 0.9.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:nacl-compat
Dependencies
aead ^0.5.2
normal
blake2 ^0.10
normal
optional
chacha20 ^0.9
normal
optional
crypto_secretbox ^0.1.1
normal
curve25519-dalek ^4
normal
salsa20 ^0.10
normal
optional
serdect ^0.2
normal
optional
subtle ^2
normal
zeroize ^1
normal
bincode ^1
dev
hex-literal ^0.4
dev
rand ^0.8
dev
rmp-serde ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
crypto_
box
0.9.1
crypto_box
Constant
KEY_SIZE
Copy item path
Source
pub const KEY_SIZE:
usize
= 32;
Expand description
Size of a
crypto_box
public or secret key in bytes.