toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
crypto
/
com.example.crypto.api.ec
/
Curve
Curve
interface
Curve
Inheritors
EllipticCurve
Members
Properties
g
Link copied to clipboard
abstract
val
g
:
CurvePoint
n
Link copied to clipboard
abstract
val
n
:
BigInteger
Functions
create
Point
Link copied to clipboard
abstract
fun
createPoint
(
x
:
BigInteger
,
y
:
BigInteger
)
:
CurvePoint
decode
Point
Link copied to clipboard
abstract
fun
decodePoint
(
bytes
:
ByteArray
)
:
CurvePoint