Curve

object Curve
Companion:
class
Source:
InefficientEcc.scala
class Object
trait Matchable
class Any
Curve.type

Type members

Classlikes

Value members

Concrete methods

def isPointOnCurve[A](curve: Curve[A])(pt: CurvePoint): Boolean
def multByScalar[A](curve: Curve[A])(point: Point, scalar: BigInt): Point
def pointAdd[A](curve: Curve[A])(lhs: Point, rhs: Point): Point
def pointDouble[A](curve: Curve[A])(pt: Point): Point