Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPrivateKeySize = errors.New("byte slice length must match PrivateKeySize") ErrPublicKeySize = errors.New("byte slice length must match PublicKeySize") PrivateKeyType = "ED25519 SPHINCS+ PRIVATE KEY" PublicKeyType = "ED25519 SPHINCS+ PUBLIC KEY" // Scheme implements our sign.Scheme interface using the ed25519 wrapper. Scheme = &scheme{} )
Functions ¶
func NewEmptyPrivateKey ¶
func NewEmptyPrivateKey() *privateKey
func NewEmptyPublicKey ¶
func NewEmptyPublicKey() *publicKey
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.