Documentation ¶
Index ¶
- Variables
- func P160r1() elliptic.Curve
- func P160t1() elliptic.Curve
- func P192r1() elliptic.Curve
- func P192t1() elliptic.Curve
- func P224r1() elliptic.Curve
- func P224t1() elliptic.Curve
- func P256r1() elliptic.Curve
- func P256t1() elliptic.Curve
- func P320r1() elliptic.Curve
- func P320t1() elliptic.Curve
- func P384r1() elliptic.Curve
- func P384t1() elliptic.Curve
- func P512r1() elliptic.Curve
- func P512t1() elliptic.Curve
Constants ¶
This section is empty.
Variables ¶
var ( OIDBrainpoolP160r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 1} OIDBrainpoolP160t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 2} OIDBrainpoolP192r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 3} OIDBrainpoolP192t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 4} OIDBrainpoolP224r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 5} OIDBrainpoolP224t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 6} OIDBrainpoolP256r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 7} OIDBrainpoolP256t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 8} OIDBrainpoolP320r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 9} OIDBrainpoolP320t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 10} OIDBrainpoolP384r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 11} OIDBrainpoolP384t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 12} OIDBrainpoolP512r1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 13} OIDBrainpoolP512t1 = asn1.ObjectIdentifier{1, 3, 36, 3, 3, 2, 1, 1, 14} )
Functions ¶
func P160r1 ¶ added in v1.0.2063
P160r1 returns a Curve which implements Brainpool P160r1 (see RFC 5639, section 3.4)
func P160t1 ¶ added in v1.0.2063
P160t1 returns a Curve which implements Brainpool P160t1 (see RFC 5639, section 3.4)
func P192r1 ¶ added in v1.0.2063
P192r1 returns a Curve which implements Brainpool P192r1 (see RFC 5639, section 3.6)
func P192t1 ¶ added in v1.0.2063
P192t1 returns a Curve which implements Brainpool P192t1 (see RFC 5639, section 3.6)
func P224r1 ¶ added in v1.0.2063
P224r1 returns a Curve which implements Brainpool P224r1 (see RFC 5639, section 3.7)
func P224t1 ¶ added in v1.0.2063
P224t1 returns a Curve which implements Brainpool P224t1 (see RFC 5639, section 3.7)
func P256r1 ¶
P256r1 returns a Curve which implements Brainpool P256r1 (see RFC 5639, section 3.4)
func P256t1 ¶
P256t1 returns a Curve which implements Brainpool P256t1 (see RFC 5639, section 3.4)
func P320r1 ¶ added in v1.0.2063
P320r1 returns a Curve which implements Brainpool P320r1 (see RFC 5639, section 3.6)
func P320t1 ¶ added in v1.0.2063
P320t1 returns a Curve which implements Brainpool P320t1 (see RFC 5639, section 3.6)
func P384r1 ¶
P384r1 returns a Curve which implements Brainpool P384r1 (see RFC 5639, section 3.6)
func P384t1 ¶
P384t1 returns a Curve which implements Brainpool P384t1 (see RFC 5639, section 3.6)
func P512r1 ¶
P512r1 returns a Curve which implements Brainpool P512r1 (see RFC 5639, section 3.7)
func P512t1 ¶
P512t1 returns a Curve which implements Brainpool P512t1 (see RFC 5639, section 3.7)
Types ¶
This section is empty.