Skip to content

Ed25519PrivateKey

ratranqu edited this page Jan 28, 2021 · 3 revisions

Ed25519PrivateKey

public class Ed25519PrivateKey: PrivateKey

Inheritance

PrivateKey

Initializers

init(from:)

public required convenience init(from decoder: Decoder) throws

Properties

publicKey

var publicKey: PublicKey

Methods

encode(to:)

public override func encode(to encoder: Encoder) throws

sign(message:)

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

Clone this wiki locally