toggle menu
multiplatform-crypto-libsodium-bindings
0.9.7-SNAPSHOT
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.ristretto255
/
Ristretto255
/
Point
Point
data
class
Point
(
val
encoded
:
UByteArray
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
encoded
:
UByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encoded
Link copied to clipboard
val
encoded
:
UByteArray
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
minus
Link copied to clipboard
operator
fun
minus
(
q
:
Ristretto255.Point
)
:
Ristretto255.Point
plus
Link copied to clipboard
operator
fun
plus
(
q
:
Ristretto255.Point
)
:
Ristretto255.Point
times
Link copied to clipboard
operator
fun
times
(
n
:
Ristretto255.Scalar
)
:
Ristretto255.Point
to
Hex
Link copied to clipboard
fun
toHex
(
)
:
String