Module safecoin_sdk::signer::keypair
source · [−]Structs
A vanilla Ed25519 key pair
Functions
Constructs a
Keypair
from caller-provided seed entropyGenerates a Keypair using Bip32 Hierarchical Derivation if derivation-path is provided;
otherwise generates the base Bip44 Safecoin keypair from the seed
Reads a JSON-encoded
Keypair
from a Reader
implementorReads a
Keypair
from a fileWrites a
Keypair
to a Write
implementor with JSON-encodingWrites a
Keypair
to a file with JSON-encoding