Documentation ¶
Index ¶
- func GetCurveHalfOrdersAt(c elliptic.Curve) *big.Int
- func IsLowS(k *ecdsa.PublicKey, s *big.Int) (bool, error)
- func MarshalECDSASignature(r, s *big.Int) ([]byte, error)
- func SignatureToLowS(k *ecdsa.PublicKey, signature []byte) ([]byte, error)
- func ToLowS(k *ecdsa.PublicKey, s *big.Int) (*big.Int, error)
- func UnmarshalECDSASignature(raw []byte) (*big.Int, *big.Int, error)
- type ECDSASignature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ECDSASignature ¶
Click to show internal directories.
Click to hide internal directories.