We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public class PrivateKey: Codable, Equatable
Codable, Equatable
Codable
Equatable
publicKey
var publicKey: PublicKey
sign(message:)
public func sign(message: Data) throws -> Data
==(lhs:rhs:)
public static func ==(lhs: PrivateKey, rhs: PrivateKey) -> Bool