]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost3410/curve.go
No need in public gost3410.PointSize
[gogost.git] / gost3410 / curve.go
index 3c2093aac7293f22e01bfa5cd21e689ac3b14dc4..42b7e465476f28cf6a9a8401370fd451e4628748 100644 (file)
@@ -89,7 +89,7 @@ func NewCurve(p, q, a, b, x, y, e, d, co *big.Int) (*Curve, error) {
 }
 
 func (c *Curve) PointSize() int {
-       return PointSize(c.P)
+       return pointSize(c.P)
 }
 
 func (c *Curve) pos(v *big.Int) {