DHFunctions

interface DHFunctions

Functions

dh
Link copied to clipboard
common
abstract fun dh(keyPair: Pair<ByteArray, ByteArray>, publicKey: ByteArray): ByteArray
dhLen
Link copied to clipboard
common
abstract fun dhLen(): Int
generateKeyPair
Link copied to clipboard
common
abstract fun generateKeyPair(priv: ByteArray): Pair<ByteArray, ByteArray>
name
Link copied to clipboard
common
abstract fun name(): String
pubKeyLen
Link copied to clipboard
common
abstract fun pubKeyLen(): Int

Inheritors

Secp256k1DHFunctions
Link copied to clipboard