Companion

object Companion

Functions

Link copied to clipboard
fun fromBase58(key: String): BackupRecoveryKey
Link copied to clipboard
fun fromBase64(key: String): BackupRecoveryKey
Link copied to clipboard
fun fromPassphrase(    passphrase: String,     salt: String,     rounds: Int): BackupRecoveryKey
Link copied to clipboard
fun newFromPassphrase(passphrase: String): BackupRecoveryKey