botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
PointGFp.opOpAssign
botan
math
ec_gfp
point_gfp
PointGFp
*= Operator
void
opOpAssign
(PointGFp rhs)
void
opOpAssign
(PointGFp rhs)
void
opOpAssign
(T scalar)
struct
PointGFp
void
opOpAssign
(
string
op
T
)
(
T
scalar
)
if
(
op
== "*" &&
!
isPointer
!
T
)
Parameters
scalar
T
the PointGFp to multiply with this
Return Value
Type:
void
resulting PointGFp
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_const
m_ws_ref
static functions
multiExponentiate
variables
m_coord_x
m_coord_y
m_coord_z
m_curve
m_ws
*= Operator