Lines Matching full:curve
968 In Go 1, <a href="/pkg/crypto/elliptic/#Curve"><code>elliptic.Curve</code></a>
969 has been made an interface to permit alternative implementations. The curve
977 Existing users of <code>*elliptic.Curve</code> will need to change to
978 simply <code>elliptic.Curve</code>. Calls to <code>Marshal</code>,
980 in <code>crypto/elliptic</code> that take an <code>elliptic.Curve</code>