Documentation ¶
Index ¶
- func DERToPrivateKey(der []byte) (key interface{}, err error)
- func IsLowS(k *ecdsa.PublicKey, s *big.Int) (bool, error)
- func PEMtoPrivateKey(raw []byte, pwd []byte) (interface{}, error)
- func ToLowS(k *ecdsa.PublicKey, s *big.Int) (*big.Int, bool, error)
- func UnmarshalECDSASignature(raw []byte) (*big.Int, *big.Int, error)
- type ECDSASignature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DERToPrivateKey ¶
DERToPrivateKey unmarshals a der to private key
func PEMtoPrivateKey ¶
PEMtoPrivateKey unmarshals a pem to private key
Types ¶
type ECDSASignature ¶
Click to show internal directories.
Click to hide internal directories.