# Functions
GenPrivKey generates a new ed25519 private key.
GenPrivKeyFromSecret hashes the secret with SHA2, and uses that 32 byte output to create the private key.
PrivKeyFromBytes returns a private and public key for `curve' based on the private key passed as an argument as a byte slice.
# Constants
No description provided by the author
PrivateKeySize is the size, in bytes, of private keys as used in this package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PubKeySize is is the size, in bytes, of public keys as used in this package.
SeedSize is the size, in bytes, of private key seeds.
Size of an Edwards25519 signature.