Curve

value class Curve(val name: String)(source)

Identifies an elliptic curve by its standard name.

Predefined NIST, secp256k1, and Brainpool curves are available as companion properties. A custom curve can be created by passing its name directly, but not all providers support all curves.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard