nettext/src/crypto/ed25519.rs

2 lines
75 B
Rust
Raw Normal View History

2022-11-17 21:53:36 +00:00
pub use ed25519_dalek::{Keypair, PublicKey, SecretKey, Signature, Signer};