-
- All Implemented Interfaces:
public final class ByteArrayKt
-
-
Method Summary
Modifier and Type Method Description final static RistrettoElementtoRistrettoElement(ByteArray $self)Construct a ristretto255 element from a uniformly-distributed 64-byte string. -
-
Method Detail
-
toRistrettoElement
final static RistrettoElement toRistrettoElement(ByteArray $self)
Construct a ristretto255 element from a uniformly-distributed 64-byte string.
This is the ristretto255 FROM_UNIFORM_BYTES function.
-
-
-
-