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 Ed25519PrivateKey: PrivateKey
PrivateKey
init(from:)
public required convenience init(from decoder: Decoder) throws
publicKey
var publicKey: PublicKey
encode(to:)
public override func encode(to encoder: Encoder) throws
sign(message:)
override public func sign(message: Data) throws -> Data