ECHOKeychainEd25519
final public class ECHOKeychainEd25519 : ECHOKeychain
Container which create private key by Ed25519 curve from name, password, type
-
Undocumented
Declaration
Swift
public let raw: Data -
Undocumented
Declaration
Swift
public let core: CryptoCoreComponent -
Undocumented
Declaration
Swift
public init(seed: Data, core: CryptoCoreComponent) -
Undocumented
Declaration
Swift
public convenience init?(name: String, password: String, type: KeychainType, core: CryptoCoreComponent) -
Undocumented
Declaration
Swift
public convenience init?(wif: String, core: CryptoCoreComponent) -
Undocumented
Declaration
Swift
public func publicKey() -> Data -
Undocumented
Declaration
Swift
public func publicAddress() -> String -
Undocumented
Declaration
Swift
public func wif() -> String
View on GitHub
ECHOKeychainEd25519 Class Reference