Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OIDNums = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0} OIDNumsp256d1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 1} OIDNumsp256t1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 2} OIDNumsp384d1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 3} OIDNumsp384t1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 4} OIDNumsp512d1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 5} OIDNumsp512t1 = asn1.ObjectIdentifier{1, 3, 6, 1, 5, 5, 7, 0, 6} )
Functions ¶
func P256d1 ¶
P256d1() returns a Curve which implements p256d1 of Microsoft's Nothing Up My Sleeve (NUMS)
func P256t1 ¶
P256t1() returns a Curve which implements p256t1 of Microsoft's Nothing Up My Sleeve (NUMS)
func P384d1 ¶
P384d1() returns a Curve which implements p384d1 of Microsoft's Nothing Up My Sleeve (NUMS)
func P384t1 ¶
P384t1() returns a Curve which implements p384t1 of Microsoft's Nothing Up My Sleeve (NUMS)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.