generateKeyImage

external fun generateKeyImage(pub: ByteArray, sec: ByteArray, image: ByteArray)

Generates a key image from a public key and a secret key, and stores the result in the provided buffer.

Author

Marcus Cvjeticanin

Since

0.2.0

Parameters

pub

the public key used in the key image generation.

sec

the secret key used in the key image generation.

image

the buffer to store the generated key image.