Package com.goterl.lazysodium.interfaces
Interface DiffieHellman.Native
-
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- DiffieHellman
public static interface DiffieHellman.Native
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancryptoScalarMult(byte[] shared, byte[] secretKey, byte[] publicKey)booleancryptoScalarMultBase(byte[] publicKey, byte[] secretKey)
-