Versions in this module Expand all Collapse all v1 v1.0.0 Jun 18, 2018 Changes in this version + type CurveInfo struct + Curve elliptic.Curve + CurveType CurveType + Name string + Oid *encoding.OID + SigAlgorithm SignatureAlgorithm + func FindByCurve(curve elliptic.Curve) *CurveInfo + func FindByName(name string) *CurveInfo + func FindByOid(oid encoding.Field) *CurveInfo + type CurveType uint8 + const BitCurve + const BrainpoolCurve + const Curve25519 + const NISTCurve + type SignatureAlgorithm uint8 + const ECDSA + const EdDSA Incompatible versions in this module v2.0.0+incompatible Mar 4, 2019