Versions in this module Expand all Collapse all v2 v2.4.0 Apr 2, 2025 v2.3.0 Jan 14, 2025 Changes in this version + func ASN1Encode(s *Signature) ([]byte, error) + func IEEEP1363Encode(sig *Signature, curveName string) ([]byte, error) + type Signature struct + R *big.Int + S *big.Int + func ASN1Decode(b []byte) (*Signature, error) + func IEEEP1363Decode(encodedBytes []byte) (*Signature, error)