Xecrets.Slip39.StringEncoding.md
June 3, 2025 ยท View on GitHub
Xecrets.Slip39
Xecrets.Slip39
StringEncoding Enum
The master secret string encoding
public enum StringEncoding
Fields
Unknown 0
The encoding is unknown. This is not a valid value.
None 1
No encoding, the string is the raw value. Internally it's a UTF-8 string, with 0xFF padding if necessary.
Base64 2
The secret is string encoded as a URL-safe base64 string.
Hex 3
The secret is string encoded as a hexadecimal string.
Bip39 4
The secret is string encoded as a BIP-0039 mnemonic string. https://bips.dev/39/.