Skip to content

PrivateKey

ratranqu edited this page Jan 28, 2021 · 2 revisions

PrivateKey

public class PrivateKey: Codable, Equatable

Inheritance

Codable, Equatable

Properties

publicKey

var publicKey: PublicKey

Methods

sign(message:)

public func sign(message: Data) throws -> Data

==(lhs:rhs:)

public static func ==(lhs: PrivateKey, rhs: PrivateKey) -> Bool

Clone this wiki locally