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