spacemesh_ed25519 library
Classes
Constants
- PrivateKeySize → const int
- PrivateKeySize is the size, in bytes, of private keys as used in this package.
- PublicKeySize → const int
- PublicKeySize is the size, in bytes, of public keys as used in this package.
- SeedSize → const int
- SeedSize is the size, in bytes, of private key seeds. These are the private key representations used by RFC 8032.
- SignatureSize → const int
- SignatureSize is the size, in bytes, of signatures generated and verified by this package.