Interface Ristretto255


  • public interface Ristretto255
    • Field Detail

      • RISTRETTO255_NON_REDUCED_SCALAR_BYTES

        static final int RISTRETTO255_NON_REDUCED_SCALAR_BYTES
        See Also:
        Constant Field Values
      • RISTRETTO255_L

        static final java.math.BigInteger RISTRETTO255_L
    • Method Detail

      • scalarToBytes

        static byte[] scalarToBytes​(java.math.BigInteger n)
      • scalarToBytes

        static byte[] scalarToBytes​(java.math.BigInteger n,
                                    boolean reduced)
      • bytesToScalar

        static java.math.BigInteger bytesToScalar​(byte[] bytes)
      • pointBuffer

        static byte[] pointBuffer()
      • scalarBuffer

        static byte[] scalarBuffer()