Classes
The following classes are available globally.
-
A Domain instance contains an elliptic curve domain - either with characteristic 2 or characteristic an odd prime. Please refer [SEC 1] section 3.1.
See moreDeclaration
Swift
public class Domain : CustomStringConvertible, Equatable -
An Elliptic Curve private key
See moreDeclaration
Swift
public class ECPrivateKey : CustomStringConvertible -
An Elliptic Curve public key
See moreDeclaration
Swift
public class ECPublicKey : CustomStringConvertible -
ECSignature instances contain an ECDSA signature which consists of two byte arrays named r and s
See moreDeclaration
Swift
public class ECSignature
Classes Reference