cardano-crypto-1.1.1: Cryptography primitives for cardano
Safe Haskell None
Language Haskell2010

Crypto.Encoding.BIP39.Dictionary

Contents

Synopsis

Dictionary

data Dictionary Source #

this discribe the property of the Dictionary and will alllow to convert from a mnemonic phrase to MnemonicSentence

This is especially needed to build the BIP39 Seed

Constructors

Dictionary

Fields

data WordIndex Source #

Index of the mnemonic word in the Dictionary

WordIndex are within range of [0..2047]

Instances

Instances details
Bounded WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

Enum WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

Eq WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

Ord WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

Show WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

NormalForm WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

TryFrom Int WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary

TryFrom ( Offset String ) WordIndex Source #
Instance details

Defined in Crypto.Encoding.BIP39.Dictionary