Interface DiffieHellman.Native
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- DiffieHellman
public static interface DiffieHellman.Native
-
Method Summary
Modifier and TypeMethodDescriptionbooleancryptoScalarMult(byte[] shared, byte[] secretKey, byte[] publicKey) booleancryptoScalarMultBase(byte[] publicKey, byte[] secretKey)
-
Method Details
-
cryptoScalarMultBase
boolean cryptoScalarMultBase(byte[] publicKey, byte[] secretKey) -
cryptoScalarMult
boolean cryptoScalarMult(byte[] shared, byte[] secretKey, byte[] publicKey)
-