Docs.rs
ed25519-dalek-2.1.1
ed25519-dalek 2.1.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
isislovecruft
github:dalek-cryptography:ed25519-maintainers
Dependencies
curve25519-dalek ^4
normal
ed25519 >=2.2, <2.3
normal
merlin ^3
normal
optional
rand_core ^0.6.4
normal
optional
serde ^1.0
normal
optional
sha2 ^0.10
normal
signature >=2.0, <2.3
normal
optional
subtle ^2.3.0
normal
zeroize ^1.5
normal
optional
bincode ^1.0
dev
blake2 ^0.10
dev
criterion ^0.5
dev
curve25519-dalek ^4
dev
hex ^0.4
dev
hex-literal ^0.4
dev
rand ^0.8
dev
rand_core ^0.6.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
sha3 ^0.10
dev
toml ^0.7
dev
x25519-dalek ^2
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ed25519_
dalek
2.1.1
ed25519_dalek
Constant
PUBLIC_KEY_LENGTH
Copy item path
Source
pub const PUBLIC_KEY_LENGTH:
usize
= 32;
Expand description
The length of an ed25519
PublicKey
, in bytes.