aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* wallet_rpc_server: set seed language in generate_from_keysmoneromooo-monero2021-03-061-0/+2
| | | | Also sanity check language name
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
|
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-5/+7
|
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-171-1/+9
| | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* mnemonics: support for arbitrary (if multiple of 4 bytes) length datamoneromooo-monero2017-11-091-0/+22
|
* electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2017-06-221-1/+1
| | | | It'd see "empty" words due to extraneous spaces
* Change Old_English to English_Old - 'Old English' is actually a languageNano Akron2017-04-241-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-081-1/+2
|
* Don't show Old English as an available optionOran Juice2014-10-031-0/+1
|
* Use reference types on LHS when using language methodsOran Juice2014-10-021-1/+1
|
* Restructured language sources to be singletonsOran Juice2014-10-021-22/+18
|
* Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-301-3/+4
|
* Minor comment changes and code clean-upOran Juice2014-09-281-1/+1
|
* CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵Oran Juice2014-09-281-8/+17
| | | | without checksum is passed. Doxygen comment fix.
* Doxygen comments inOran Juice2014-09-271-1/+42
|
* Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice2014-09-271-0/+1
| | | | CMakeLists.txt update.
* Accepts seed language choice from user.Oran Juice2014-09-251-1/+2
|
* Added code to separate old word list to raw input file and support for ↵Oran Juice2014-09-231-3261/+1
| | | | multiple new languages
* Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-0/+3308