[][src]Module ed25519_dalek::ed25519

ed25519 keypairs.

Re-exports

pub use crate::constants::*;
pub use crate::errors::*;
pub use crate::public::*;
pub use crate::secret::*;
pub use crate::signature::*;

Structs

Keypair

An ed25519 keypair.

Sha512

The SHA-512 hash algorithm with the SHA-512 initial hash value.

Traits

Digest

The Digest trait specifies an interface common for digest functions.