aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06minor English wordlist tweaksRiccardo Spagni1-23/+23
2014-10-05added other skipped commitRiccardo Spagni1-1/+1
2014-10-05added skipped commitRiccardo Spagni1-0/+1
2014-10-05added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni5-1/+41
2014-10-05new English word list, trim length of 3, average word size of 6 letters, ↵Riccardo Spagni1-1288/+1288
designed to be a bit unusual and thus easier to memorise
2014-10-05Uses new Japanese file. Gives credit to dabura667. English file indentation ↵Oran Juice2-2096/+2096
tabs to spaces.
2014-10-03Don't show Old English as an available optionOran Juice8-6652/+6652
2014-10-02Had missed const and had to use .at instead of []Oran Juice1-5/+5
2014-10-02Removed old word list fileOran Juice5-9399/+0
2014-10-02Use reference types on LHS when using language methodsOran Juice9-14/+114
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice8-9604/+8511
fixes
2014-10-02Restructured language sources to be singletonsOran Juice9-9830/+9762
2014-10-02Separated word lists to header filesOran Juice6-0/+9653
2014-09-30Added attribution to Electrum for their word-listsOran Juice4-0/+8
2014-09-30Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2-32/+72
2014-09-28Minor comment changes and code clean-upOran Juice2-2/+2
2014-09-28Default to new style English seedOran Juice1-1/+1
2014-09-28Minor code refactor and comment changesOran Juice1-4/+4
2014-09-28CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵Oran Juice2-35/+99
without checksum is passed. Doxygen comment fix.
2014-09-27Doxygen comments inOran Juice2-15/+98
2014-09-27Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice6-0/+7783
CMakeLists.txt update.
2014-09-27Throw error when word list file is empty and quick bug fixOran Juice1-5/+9
2014-09-26Supports wallet restorationOran Juice1-15/+39
2014-09-25Accepts seed language choice from user.Oran Juice2-2/+20
2014-09-24Copies word lists directory to the location of the executableOran Juice2-3/+4
2014-09-23Check for error after opening word list fileOran Juice1-6/+11
2014-09-23Added code to separate old word list to raw input file and support for ↵Oran Juice3-3273/+1688
multiple new languages
2014-09-23Moved mnemonics code to src/mnemonicsOran Juice2-0/+3446