sgns::crypto::bip39¶
Namespaces¶
| Name |
|---|
| sgns::crypto::bip39::constants |
| sgns::crypto::bip39::english |
Classes¶
| Name | |
|---|---|
| class | sgns::crypto::bip39::Dictionary Stores the BIP-39 word list and maps words to entropy tokens. |
| struct | sgns::crypto::bip39::EntropyToken |
| class | sgns::crypto::bip39::EntropyAccumulator Accumulates entropy tokens and exposes entropy + checksum. |
| struct | sgns::crypto::bip39::Mnemonic |
Types¶
| Name | |
|---|---|
| enum class | DictionaryError |
| enum class | Bip39EntropyError |
| enum class | MnemonicError |
| using base::Buffer | Bip39Seed |
Types Documentation¶
enum DictionaryError¶
| Enumerator | Value | Description |
|---|---|---|
| ENTRY_NOT_FOUND | 1 |
enum Bip39EntropyError¶
| Enumerator | Value | Description |
|---|---|---|
| WRONG_WORDS_COUNT | 1 | |
| STORAGE_NOT_COMPLETE | ||
| STORAGE_IS_FULL |
enum MnemonicError¶
| Enumerator | Value | Description |
|---|---|---|
| INVALID_MNEMONIC | 1 |
using Bip39Seed¶
Updated on 2026-03-04 at 13:10:43 -0800