-
- All Implemented Interfaces:
public final class BytesModOrderKt
-
-
Method Summary
Modifier and Type Method Description final static ScalartoScalarBytesModOrder(ByteArray $self)Construct a Scalar by reducing a 256-bit little-endian integer modulo the group order $\ell$. final static ScalartoScalarBytesModOrderWide(ByteArray $self)Construct a Scalar by reducing a 512-bit little-endian integer modulo the group order $\ell$. -
-
Method Detail
-
toScalarBytesModOrder
final static Scalar toScalarBytesModOrder(ByteArray $self)
Construct a Scalar by reducing a 256-bit little-endian integer modulo the group order $\ell$.
-
toScalarBytesModOrderWide
final static Scalar toScalarBytesModOrderWide(ByteArray $self)
Construct a Scalar by reducing a 512-bit little-endian integer modulo the group order $\ell$.
-
-
-
-