Interface DiffieHellman.Native

All Known Implementing Classes:
LazySodium, LazySodiumJava
Enclosing interface:
DiffieHellman

public static interface DiffieHellman.Native
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    cryptoScalarMult(byte[] shared, byte[] secretKey, byte[] publicKey)
     
    boolean
    cryptoScalarMultBase(byte[] publicKey, byte[] secretKey)
     
  • Method Details

    • cryptoScalarMultBase

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

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