ed25519sphincsplus

package
v0.0.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2023 License: AGPL-3.0, AGPL-3.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL