ecdsa

package
v0.0.0-...-d22c1cf Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckKey

func CheckKey(k key.Key) error

CheckKey checks whether the given key is a valid ECDSA key.

Reference https://datatracker.ietf.org/doc/html/rfc9053#section-2-1

func DecodeSignature

func DecodeSignature(curve elliptic.Curve, sig []byte) (r, s *big.Int, err error)

DecodeSignature decodes (r, s) from a signature binary string using the method specified by RFC 8152 section 8.1.

Reference: https://datatracker.ietf.org/doc/html/rfc9052#section-8.1

func EncodeSignature

func EncodeSignature(curve elliptic.Curve, r, s *big.Int) ([]byte, error)

EncodeSignature encodes (r, s) into a signature binary string using the method specified by RFC 8152 section 8.1.

Reference: https://datatracker.ietf.org/doc/html/rfc9052#section-8.1

func GenerateKey

func GenerateKey(alg key.Alg) (key.Key, error)

GenerateKey generates a new key.Key with given algorithm for ECDSA.

func NewSigner

func NewSigner(k key.Key) (key.Signer, error)

NewSigner creates a key.Signer for the given private key.

func NewVerifier

func NewVerifier(k key.Key) (key.Verifier, error)

NewVerifier creates a key.Verifier for the given public key.

func ToPublicKey

func ToPublicKey(k key.Key) (key.Key, error)

ToPublicKey converts the given private key to a public key. If the key is already a public key, it is returned as-is.

Types

This section is empty.

Jump to

Keyboard shortcuts

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