Interface DiffieHellman.Native

    • Method Detail

      • cryptoScalarMultBase

        boolean cryptoScalarMultBase​(byte[] publicKey,
                                     byte[] secretKey)
      • cryptoScalarMult

        boolean cryptoScalarMult​(byte[] shared,
                                 byte[] secretKey,
                                 byte[] publicKey)