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