generateKeyImageFromOutput
fun generateKeyImageFromOutput(derivation: ByteArray, index: Long, myPrivateSpendKey: ByteArray, myPublicSpend: ByteArray): KeyImage
Generates a signature from a hash and a secret key, and returns the result as a key image.
Author
Marcus Cvjeticanin
Since
0.2.0
Return
a key image containing the image and private ephemeral key.
Parameters
derivation
index
myPrivateSpendKey
myPublicSpend