mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
crypto: fix renaming
This commit is contained in:
parent
1b5993e690
commit
53f158759f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ func S256() EllipticCurve {
|
|||
}
|
||||
|
||||
type btCurve struct {
|
||||
*btcec.btCurve
|
||||
*btcec.KoblitzCurve
|
||||
}
|
||||
|
||||
// Marshall converts a point given as (x, y) into a byte slice.
|
||||
|
|
|
|||
Loading…
Reference in a new issue