1#![forbid(unsafe_code)] 2 3pub use self::seed::{KeyPair, KeyPairFromSeedError, PublicKey, Signature}; 4 5mod crc; 6mod seed;