PointGFp.opBinary

Multiplication Operator

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

Parameters

scalar BigInt

the scalar value

Return Value

Type: PointGFp

scalar*point on the curve

Meta