Interface Ristretto255


public interface Ristretto255
  • Field Details

    • RISTRETTO255_BYTES

      static final int RISTRETTO255_BYTES
      See Also:
    • RISTRETTO255_HASH_BYTES

      static final int RISTRETTO255_HASH_BYTES
      See Also:
    • RISTRETTO255_SCALAR_BYTES

      static final int RISTRETTO255_SCALAR_BYTES
      See Also:
    • RISTRETTO255_NON_REDUCED_SCALAR_BYTES

      static final int RISTRETTO255_NON_REDUCED_SCALAR_BYTES
      See Also:
    • RISTRETTO255_L

      static final BigInteger RISTRETTO255_L
  • Method Details

    • scalarToBytes

      static byte[] scalarToBytes(BigInteger n)
    • scalarToBytes

      static byte[] scalarToBytes(BigInteger n, boolean reduced)
    • bytesToScalar

      static BigInteger bytesToScalar(byte[] bytes)
    • pointBuffer

      static byte[] pointBuffer()
    • scalarBuffer

      static byte[] scalarBuffer()