PointGFp.opOpAssign

*= Operator

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

Parameters

scalar BigInt

the PointGFp to multiply with this

Return Value

Type: void

resulting PointGFp

Meta