Interface Ed25519


public interface Ed25519
  • Field Details

  • 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()