dictionary-1024

Crates.iodictionary-1024
lib.rsdictionary-1024
version0.3.1
sourcesrc
created_at2023-02-10 06:35:41.47134
updated_at2023-02-10 07:00:53.098587
descriptiona mnemonic dictionary with 1024 words, 10 bits per word
homepage
repositoryhttps://github.com/DavidVorick/dictionary-1024
max_upload_size
id781679
size16,490
David Vorick (DavidVorick)

documentation

README

dictionary-1024

dictionary-1024 is a mnemonic dictionary that can be used with cryptographic seeds or to transform other binary data. The dictionary has 1024 words in it, which means you can pack exactly 10 bits of entropy into each word. The dictionary has the property that every word can be uniquely determined by its first 3 characters. The API is designed such that only the first 3 characters of a word are considered when doing a lookup in the dictionary.

Commit count: 4

cargo fmt