toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.indispensable
/
ECPoint
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
from
Compressed
Link copied to clipboard
fun
fromCompressed
(
curve
:
ECCurve
,
x
:
ByteArray
,
root
:
Sign
)
:
ECPoint.Normalized
fun
fromCompressed
(
curve
:
ECCurve
,
x
:
ByteArray
,
usePositiveY
:
Boolean
)
:
ECPoint.Normalized
from
Uncompressed
Link copied to clipboard
fun
fromUncompressed
(
curve
:
ECCurve
,
x
:
ByteArray
,
y
:
ByteArray
)
:
ECPoint.Normalized
from
XY
Link copied to clipboard
fun
fromXY
(
curve
:
ECCurve
,
x
:
BigInteger
,
y
:
BigInteger
)
:
ECPoint.Normalized
fun
fromXY
(
curve
:
ECCurve
,
x
:
ModularBigInteger
,
y
:
ModularBigInteger
)
:
ECPoint.Normalized