crypto: fix renaming

This commit is contained in:
Felix Lange 2024-03-18 16:50:57 +01:00
parent 1b5993e690
commit 53f158759f

View file

@ -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.