invoke
inline operator fun invoke(curve: ECCurve, x: ByteArray, usePositiveY: Boolean): CryptoPublicKey.EC(source)
Deprecated
Explicitly specify what you want
Replace with
fromCompressed(curve, x, usePositiveY)
Content copied to clipboard
Deprecated
Explicitly specify what you want
Replace with
fromUncompressed(curve, x, y)
Content copied to clipboard