# Functions
GenPrivKey generates a new sr25519 private key.
GenPrivKeyFromSecret hashes the secret with SHA2, and uses that 32 byte output to create the private key.
# Constants
No description provided by the author
PrivKeySize is the number of bytes in an Sr25519 private key.
No description provided by the author
PubKeySize is the number of bytes in an Sr25519 public key.
SignatureSize is the size of an Edwards25519 signature.