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 more

    Declaration

    Swift

    public class Domain : CustomStringConvertible, Equatable
  • An Elliptic Curve private key

    See more

    Declaration

    Swift

    public class ECPrivateKey : CustomStringConvertible
  • An Elliptic Curve public key

    See more

    Declaration

    Swift

    public class ECPublicKey : CustomStringConvertible
  • ECSignature instances contain an ECDSA signature which consists of two byte arrays named r and s

    See more

    Declaration

    Swift

    public class ECSignature