aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.cpp
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/+8
| | | | Also sanity check language name
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5295Riccardo Spagni2019-04-011-3/+1
|\ | | | | | | 2b10f22a mnemonics: fix half length seed to bytes conversion (moneromooo-monero)
| * mnemonics: fix half length seed to bytes conversionmoneromooo-monero2019-03-151-3/+1
| |
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* mnemonics: compare canonical words (lowercase)moneromooo-monero2019-01-111-20/+23
|
* move int-util.h to epeemoneromooo-monero2018-12-041-1/+1
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-8/+0
|
* Merge pull request #4726Riccardo Spagni2018-11-061-0/+1
|\ | | | | | | 91eaea9c mnemonics: fix words_to_bytes on big endian (moneromooo-monero)
| * mnemonics: fix words_to_bytes on big endianmoneromooo-monero2018-10-251-0/+1
| |
* | mnemonics/electrum-words/create_checksum_index(): updated to work with non ↵Paul Shapiro2018-10-211-1/+1
|/ | | | fixed word list length mnemonic
* electrum-words: fix bytes_to_words on big endianmoneromooo-monero2018-08-231-1/+2
| | | | Reported by cslashm
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-58/+62
|
* simplewallet: fix language detection when using --use-english-language-namesmoneromooo-monero2018-07-221-48/+14
|
* mnemonics: add some logs to help debug failuresmoneromooo-monero2018-04-251-2/+26
|
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-171-8/+26
| | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #3005Riccardo Spagni2018-01-101-1/+1
|\ | | | | | | 369884a6 mnemonics: typo fix (4 bytes == 3 words, not 8 bytes) (stoffu)
| * 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
| | | | | | | Word list authored by: sorpaas Sources: lo gimste jo'u lo ma'oste (http://guskant.github.io/lojbo/gismu-cmavo.html) N-grams of Lojban corpus (https://mw.lojban.org/papri/N-grams_of_Lojban_corpus)
* mnemonics: new Esperanto word listmoneromooo-monero2017-08-141-1/+8
| | | | | | | | | Word list authored by: Engelberg, ProkhorZ Sources: Baza Radikaro Oficiala Reta Vortaro (http://www.reta-vortaro.de/revo/) Esperanto Panorama - Esperanto-English Dictionary (http://www.esperanto-panorama.net/vortaro/eoen.htm) ESPDIC - Paul Denisowski (http://www.denisowski.org/Esperanto/ESPDIC/espdic.txt)
* electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2017-06-221-2/+3
| | | | It'd see "empty" words due to extraneous spaces
* 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
|\ | | | | | | | | a255a540 simplewallet: allow multiline seed (moneromooo-monero) 5fce581c mnemonics: ignore multiple whitespace between words (moneromooo-monero)
| * 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
| | | | | | | | | | | | If a checksum word is present, language detection would use just the word prefixes. However, a set of word prefixes may be found in more than one language, and so the wrong language may be found first, which could then fail the checksum, since the check may be done with a different unique prefix length from the one it was created from. We now make a checksum test when we we detect a language from prefixes only, to make sure we have the correct one.
* 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 ↵Oran Juice2014-10-021-2/+3
| | | | fixes
* Restructured language sources to be singletonsOran Juice2014-10-021-201/+181
|