ecdsa

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECDSAAlgorithm

type ECDSAAlgorithm struct {
	// contains filtered or unexported fields
}

func (*ECDSAAlgorithm) Generate

func (a *ECDSAAlgorithm) Generate() (algo.DerKeys, error)

func (*ECDSAAlgorithm) Name

func (a *ECDSAAlgorithm) Name() string

func (*ECDSAAlgorithm) Sign

func (a *ECDSAAlgorithm) Sign(privateKey []byte, data []byte) ([]byte, error)

func (*ECDSAAlgorithm) ValidateSignature

func (a *ECDSAAlgorithm) ValidateSignature(publicKey []byte, signature []byte, data []byte) error

Jump to

Keyboard shortcuts

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