stellar-base 0.7.0

Low level Stellar types
Documentation
1
2
3
4
5
6
7
8
9
10
//! Cryptographic functions using ed25519-dalek.
//!
//! ```rust
//! use stellar_base::crypto;
//! // Use DalekKeyPair for key generation and signing
//! ```

mod keypair;

pub use self::keypair::*;