botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
PointGFp.opBinary
botan
math
ec_gfp
point_gfp
PointGFp
Multiplication Operator
PointGFp
opBinary
(BigInt scalar)
struct
PointGFp
const
PointGFp
opBinary
(
string
op
)
(
auto
const
ref
BigInt
scalar
)
if
(
op
== "*"
)
PointGFp
opBinary
(PointGFp rhs)
PointGFp
opBinary
(PointGFp rhs)
PointGFp
opBinary
(PointGFp point)
Parameters
scalar
BigInt
the scalar value
Return Value
Type:
PointGFp
scalar*point on the curve
Meta
Source
See Implementation
botan
math
ec_gfp
point_gfp
PointGFp
aliases
CompressionType
mutable
constructors
this
enums
UNCOMPRESSED
functions
getAffineX
getAffineY
getCurve
isZero
move
negate
onTheCurve
opAssign
opBinary
opCmp
opEquals
opOpAssign
opUnary
swap
toString
toVector
postblits
this(this)
properties
dup
m_ws_ref
static functions
multiExponentiate
variables
m_coord_x
m_coord_y
m_coord_z
m_curve
m_ws
Multiplication Operator