createKeyPair

external fun createKeyPair(publicKey: ByteArray, secretKey: ByteArray, seed: ByteArray)

Creates a ED25519 key pair from a seed.

Author

Marcus Cvjeticanin

Since

0.2.0

Parameters

publicKey

the public key to create.

secretKey

the secret key to create.

seed

the seed to use to create.