isOnCurve

abstract fun isOnCurve(publicKey: ByteArray): Boolean

Returns whether the given publicKey falls in the Ed25519 elliptic curve

Return

Whether the public key is on the curve

Parameters

publicKey

: The public key to check