PointGFp.opBinary

Multiplication Operator

  1. PointGFp opBinary(T scalar)
    struct PointGFp
    public const
    opBinary
    (
    string op
    T
    )
    ()
    if (
    op == "*"
    )
  2. PointGFp opBinary(PointGFp rhs)
  3. PointGFp opBinary(PointGFp rhs)
  4. PointGFp opBinary(PointGFp point)

Parameters

scalar T

the scalar value

Return Value

Type: PointGFp

scalar*point on the curve

Meta