botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
PointGFp.multiExponentiate
botan
math
ec_gfp
point_gfp
PointGFp
Multiexponentiation
struct
PointGFp
static
PointGFp
multiExponentiate
(
const
ref
PointGFp
p1
,
const
ref
BigInt
z1
,
const
ref
PointGFp
p2
,
const
ref
BigInt
z2
)
Parameters
p1
PointGFp
a point
z1
BigInt
a scalar
p2
PointGFp
a point
z2
BigInt
a scalar
Return Value
Type:
PointGFp
(p1 * z1 + p2 * z2)
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
Multiexponentiation