Structures
The following structures are available globally.
-
A struct representing the different errors that can be thrown by BlueECC.
See moreDeclaration
Swift
public struct ECError: Error, Equatable
-
The signature produced by applying an Elliptic Curve Digital Signature Algorithm to some Plaintext data. It consists of two binary unsigned integers,
See morer
ands
.Declaration
Swift
public struct ECSignature
-
An extensible list of elliptic curves supported by this repository.
See moreDeclaration
Swift
public struct EllipticCurve: Equatable, CustomStringConvertible