createEcPrivateKey

expect suspend fun createEcPrivateKey(curve: EcCurve): EcPrivateKey

Creates an EC private key.

Parameters

curve

the curve to use.

actual suspend fun createEcPrivateKey(curve: EcCurve): EcPrivateKey
actual suspend fun createEcPrivateKey(curve: EcCurve): EcPrivateKey

Creates an EC private key.

Parameters

curve

the curve to use.

actual suspend fun createEcPrivateKey(curve: EcCurve): EcPrivateKey