generateDeterministicViewKeys
external fun generateDeterministicViewKeys(publicKey: ByteArray, secretKey: ByteArray, seed: ByteArray)
Generates a deterministic key pair from a seed.
Author
Marcus Cvjeticanin
Since
0.2.0
Parameters
publicKey
the public key to generate.
secretKey
the secret key to generate.
seed
the seed to use to generate.