summaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-171-8/+26
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #3005Riccardo Spagni2018-01-101-1/+1
|\
| * mnemonics: typo fix (4 bytes == 3 words, not 8 bytes)stoffu2017-12-251-1/+1
* | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-0/+2
|/
* mnemonics: support for arbitrary (if multiple of 4 bytes) length datamoneromooo-monero2017-11-091-19/+58
* mnemonics: new Lojban word listWei Tang2017-09-261-1/+8
* mnemonics: new Esperanto word listmoneromooo-monero2017-08-141-1/+8
* electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2017-06-221-2/+3
* Change Old_English to English_Old - 'Old English' is actually a languageNano Akron2017-04-241-2/+2
* Change all wallet language names into native names (and scripts)Nano Akron2017-04-241-14/+14
* Merge pull request #1984Riccardo Spagni2017-04-241-1/+1
|\
| * mnemonics: ignore multiple whitespace between wordsmoneromooo-monero2017-04-161-1/+1
* | Added Simplified Chinese electrum word listNano Akron2017-04-161-0/+7
|/
* Add Dutch mnemonics wordlistRoy Jacobs2017-03-251-0/+7
* Fixes #1850 - Add French mnemonics wordlistassylias2017-03-231-0/+7
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* mnemonics: fix language detection with checksum wordmoneromooo-monero2017-01-151-1/+26
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* added Russian wordlistRiccardo Spagni2015-07-241-0/+7
* add Germany and Italian wordlistsRiccardo Spagni2015-07-221-0/+14
* mnemonics: fix prefix extraction with non ASCII textmoneromooo-monero2015-06-211-4/+4
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* return true on successwarptangent2014-12-011-1/+1
* deterministic wallet use of twelve words fixedwarptangent2014-12-011-1/+1
* Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-081-4/+4
* Remove iostream header put in during testingOran Juice2014-10-071-2/+0
* Variable unique prefix lengths for seedOran Juice2014-10-071-43/+37
* Don't show Old English as an available optionOran Juice2014-10-031-2/+1
* Had missed const and had to use .at instead of []Oran Juice2014-10-021-5/+5
* Use reference types on LHS when using language methodsOran Juice2014-10-021-6/+4
* Cut short word lists to 1626 words, added attribution to Electrum, some bug f...Oran Juice2014-10-021-2/+3
* Restructured language sources to be singletonsOran Juice2014-10-021-201/+181
* Separated word lists to header filesOran Juice2014-10-021-0/+6
* Added attribution to Electrum for their word-listsOran Juice2014-09-301-0/+5
* Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-301-29/+68
* Minor comment changes and code clean-upOran Juice2014-09-281-1/+1
* 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-281-27/+82
* Doxygen comments inOran Juice2014-09-271-14/+56
* Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice2014-09-271-0/+12
* 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-251-1/+18
* Copies word lists directory to the location of the executableOran Juice2014-09-241-3/+4
* Check for error after opening word list fileOran Juice2014-09-231-6/+11
* Added code to separate old word list to raw input file and support for multip...Oran Juice2014-09-231-12/+61
* Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-0/+138