A
B
C
D
E
F
G
H
I
M
N
P
R
S
T
V
T
- toByteArray() - function in dev.sublab.curve25519.edwardsPoint.CompressedEdwardsY
- Encode the point to its compressed 32-byte form.
- toByteArray() - function in dev.sublab.curve25519.ristrettoElement.CompressedRistretto
- Encode the element to its compressed 32-byte form.
- toByteArray() - function in dev.sublab.curve25519.scalar.Scalar
- Convert this Scalar to its underlying sequence of bytes.
- toRadix16(Scalar) - function in dev.sublab.curve25519.scalar.functions.Radix16Kt
- Writes this Scalar in radix 16, with coefficients in range $[-8, 8)$.
- toRistrettoElement(ByteArray) - function in dev.sublab.curve25519.ristrettoElement.functions.ByteArrayKt
- Construct a ristretto255 element from a uniformly-distributed 64-byte string.
- toScalarBytesModOrder(ByteArray) - function in dev.sublab.curve25519.scalar.functions.BytesModOrderKt
- Construct a Scalar by reducing a 256-bit little-endian integer modulo the group order $\ell$.
- toScalarBytesModOrderWide(ByteArray) - function in dev.sublab.curve25519.scalar.functions.BytesModOrderKt
- Construct a Scalar by reducing a 512-bit little-endian integer modulo the group order $\ell$.
- toScalarCanonicalBytes(ByteArray) - function in dev.sublab.curve25519.scalar.functions.CanonicalBytesKt
- Attempt to construct a Scalar from a canonical byte representation.
- toScalarFromBits(ByteArray) - function in dev.sublab.curve25519.scalar.functions.BitsKt
- Construct a Scalar from the low 255 bits of a 256-bit integer.
- toString() - function in dev.sublab.curve25519.edwardsPoint.EdwardsPoint
- toString() - function in dev.sublab.curve25519.ristrettoElement.RistrettoElement
- toString() - function in dev.sublab.curve25519.scalar.Scalar