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) 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
Click to show internal directories.
Click to hide internal directories.