Package 

Interface DiffieHellman.Native

    • Method Summary

      Modifier and Type Method Description
      abstract boolean cryptoScalarMultBase(Array<byte> publicKey, Array<byte> secretKey)
      abstract boolean cryptoScalarMult(Array<byte> shared, Array<byte> secretKey, Array<byte> publicKey)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait