toggle menu
multiplatform-crypto-libsodium-bindings
0.9.6
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.ed25519
/
Ed25519
/
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
:
Ed25519.Point
)
:
Ed25519.Point
plus
Link copied to clipboard
operator
fun
plus
(
q
:
Ed25519.Point
)
:
Ed25519.Point
times
Link copied to clipboard
operator
fun
times
(
n
:
Ed25519.Scalar
)
:
Ed25519.Point
fun
times
(
n
:
Ed25519.Scalar
,
clamp
:
Boolean
)
:
Ed25519.Point
to
Hex
Link copied to clipboard
fun
toHex
(
)
:
String