Expand description
Re-exports§
pub use self::error::Error::DecodeError;
pub use self::Algorithm::Ed25519;
pub use self::Algorithm::Secp256k1;
Enums§
- The elliptic curve digital signature algorithm with which the seed is intended to be used
- Error type with a single DecodeError variant
Functions§
- Decode a classic address (starting with r…) to its raw bytes
- Decode a seed into a tuple with seed’s entropy bytes and algorithm
- Encode bytes as a classic address (starting with r…)
- Encode the given entropy as an XRP Ledger seed (secret)
Type Aliases§
- Seed entropy array
- Result with decoding error