aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics (follow)
AgeCommit message (Collapse)AuthorFilesLines
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