Expand description
Provide wrappers around ed25519 keys and signatures
Key pairs can be generated with KeyPairGenerator.
Modules§
- bip32
- Implement BIP32-Ed25519 specifications.
Structs§
- Ed25519
KeyPair - Store a ed25519 cryptographic key pair (
PublicKey+PrivateKey) - KeyPair
From Salted Password Generator - Keypair generator with given parameters for
scryptkeypair function. - KeyPair
From Seed32 Generator - Keypair generator with seed
- Public
Key - Store a Ed25519 public key.
- Salted
Password - Salted password
- Signator
- Store a ed25519 cryptographic signator
- Signature
- Store a ed25519 signature.
Enums§
- Public
KeyFrom StrErr - Error when parse a public key from base 58 representation with optional checksum
Constants§
- PUBKEY_
SIZE_ IN_ BYTES - Size of a public key in bytes
- SIG_
SIZE_ IN_ BYTES - constf a signature in bytes