core/crypto/ed25519 library
Classes
- Ed25519PrivateKey
- Implementation of Ed25519 private key
- Ed25519PublicKey
- Implementation of Ed25519 public key
Functions
-
generateEd25519KeyPair(
) → Future< KeyPair> - Generate a new Ed25519 key pair
-
generateEd25519KeyPairFromSeed(
Uint8List privateKeySeed) → Future< KeyPair>