spacemesh_ed25519 library

Classes

Ed25519Spacemesh

Constants

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