Structure
EdDSAKey
struct EdDSAKey
Topics
Type Methods
static func generate(curve: EdDSAKey.Curve) throws -> EdDSAKeystatic func `private`(x: String, d: String, curve: EdDSAKey.Curve) throws -> EdDSAKeystatic func `public`(x: String, curve: EdDSAKey.Curve) throws -> EdDSAKey