Docs.rs
ed25519-dalek-2.0.0
ed25519-dalek 2.0.0
Docs.rs crate page
BSD-3-Clause
Links
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
rand_core ^0.6.4
normal
serde ^1.0
normal
sha2 ^0.10
normal
signature >=2.0, <2.1
normal
zeroize ^1.5
normal
bincode ^1.0
dev
blake2 ^0.10
dev
criterion ^0.4
dev
curve25519-dalek ^4
dev
hex ^0.4
dev
hex-literal ^0.3
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.5
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
Result
In ed25519_dalek::pkcs8::spki
?
Type Definition
ed25519_dalek
::
pkcs8
::
spki
::
Result
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Available on
crate feature
pkcs8
only.
Expand description
Result type with
spki
crate’s
Error
type.