aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics
Commit message (Expand)AuthorAgeFilesLines
* mnemonics: fix language detection with checksum wordmoneromooo-monero2017-01-151-1/+26
* mnemonics: fix misc STL containers leakmoneromooo-monero2016-12-101-0/+6
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-2/+2
* updated copyright yearRiccardo Spagni2015-12-3113-13/+13
* slight modification to wordlist contributor tagline (as these contributors ha...Riccardo Spagni2015-07-242-2/+2
* added Russian wordlistRiccardo Spagni2015-07-243-0/+1701
* change unique_prefix_length=4 for japanese.hDavid Vorick2015-07-231-1/+1
* add Germany and Italian wordlistsRiccardo Spagni2015-07-224-0/+3402
* fix portuguese wordlistRiccardo Spagni2015-07-221-3/+3
* fix license on English wordlistRiccardo Spagni2015-07-221-2/+0
* mnemonics: fix duplicate symbol errorWladimir J. van der Laan2015-06-231-1/+1
* mnemonics: fix prefix extraction with non ASCII textmoneromooo-monero2015-06-212-5/+25
* fixed English word list issue: 'launchpad' should be 'ourselves'Riccardo Spagni2015-03-041-1/+1
* fixed English word list issue: 'incline' should have remained 'inline'Riccardo Spagni2015-03-041-1/+1
* year updated in licenseRiccardo Spagni2015-01-0210-11/+11
* return true on successwarptangent2014-12-011-1/+1
* deterministic wallet use of twelve words fixedwarptangent2014-12-011-1/+1
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
* cmake: refactor common code with librariesBen Boeckel2014-10-231-6/+1
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+52
* Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-082-5/+6
* Remove iostream header put in during testingOran Juice2014-10-071-2/+0
* Variable unique prefix lengths for seedOran Juice2014-10-077-47/+46
* minor English wordlist tweaksRiccardo Spagni2014-10-061-23/+23
* added other skipped commitRiccardo Spagni2014-10-051-1/+1
* added skipped commitRiccardo Spagni2014-10-051-0/+1
* added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni2014-10-055-1/+41
* new English word list, trim length of 3, average word size of 6 letters, desi...Riccardo Spagni2014-10-051-1288/+1288
* Uses new Japanese file. Gives credit to dabura667. English file indentation t...Oran Juice2014-10-052-2096/+2096
* Don't show Old English as an available optionOran Juice2014-10-038-6652/+6652
* Had missed const and had to use .at instead of []Oran Juice2014-10-021-5/+5
* Removed old word list fileOran Juice2014-10-025-9399/+0
* Use reference types on LHS when using language methodsOran Juice2014-10-029-14/+114
* Cut short word lists to 1626 words, added attribution to Electrum, some bug f...Oran Juice2014-10-028-9604/+8511
* Restructured language sources to be singletonsOran Juice2014-10-029-9830/+9762
* Separated word lists to header filesOran Juice2014-10-026-0/+9653
* Added attribution to Electrum for their word-listsOran Juice2014-09-304-0/+8
* Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-302-32/+72
* Minor comment changes and code clean-upOran Juice2014-09-282-2/+2
* Default to new style English seedOran Juice2014-09-281-1/+1
* Minor code refactor and comment changesOran Juice2014-09-281-4/+4
* CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice2014-09-282-35/+99
* Doxygen comments inOran Juice2014-09-272-15/+98
* Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice2014-09-276-0/+7783
* Throw error when word list file is empty and quick bug fixOran Juice2014-09-271-5/+9
* Supports wallet restorationOran Juice2014-09-261-15/+39
* Accepts seed language choice from user.Oran Juice2014-09-252-2/+20
* Copies word lists directory to the location of the executableOran Juice2014-09-242-3/+4