summaryrefslogtreecommitdiff
path: root/src/mnemonics
Commit message (Collapse)AuthorAgeFilesLines
* mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero2018-08-2914-41/+89
| | | | from several minutes to 10-15 seconds
* 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-163-75/+86
|
* simplewallet: fix language detection when using --use-english-language-namesmoneromooo-monero2018-07-221-48/+14
|
* Changed URLs to HTTPSeinsteinsfool2018-06-232-2/+2
|
* mnemonics: add some logs to help debug failuresmoneromooo-monero2018-04-251-2/+26
|
* simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-1716-24/+60
| | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* Update 2018 copyrightxmr-eric2018-01-2618-18/+18
|
* 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
| |
* | fix some link errors in debug mode for macosstoffu2018-01-101-0/+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-092-19/+80
|
* mnemonics: new Lojban word listWei Tang2017-09-263-2/+1703
| | | | | | | 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-143-2/+1705
| | | | | | | | | 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-222-3/+4
| | | | It'd see "empty" words due to extraneous spaces
* shared libs build (i.e. make debug)stoffu2017-05-171-0/+1
|
* Change Old_English to English_Old - 'Old English' is actually a languageNano Akron2017-04-244-10/+10
|
* Change all wallet language names into native names (and scripts)Nano Akron2017-04-2410-32/+32
|
* 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
| |
* | Amended software licenses for Portuguese and SpanishNano Akron2017-04-163-28/+92
| |
* | Added Simplified Chinese electrum word listNano Akron2017-04-163-0/+1717
|/
* mnemonics: sanity checks for word listsmoneromooo-monero2017-03-253-5/+28
| | | | | | | and a test to go with it Remember to run the test when changing word lists, or simplewallet will throw uncaught if that word list is used.
* mnemonics: misc cleanupmoneromooo-monero2017-03-2511-100/+46
| | | | | | Pass relevant information to the base class instead of overwriting default values later, use objects instead of pointers to objects to avoid having to new objects unnecessarily.
* Add Dutch mnemonics wordlistRoy Jacobs2017-03-253-0/+1699
|
* Fixes #1850 - Add French mnemonics wordlistassylias2017-03-233-0/+1699
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-2113-13/+13
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+2
|
* 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.
* mnemonics: fix misc STL containers leakmoneromooo-monero2016-12-101-0/+6
| | | | found by coverity
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-2/+2
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* updated copyright yearRiccardo Spagni2015-12-3113-13/+13
|
* slight modification to wordlist contributor tagline (as these contributors ↵Riccardo Spagni2015-07-242-2/+2
| | | | haven't used git to submit a PR, so we're creating the wordlist on their behalf
* added Russian wordlistRiccardo Spagni2015-07-243-0/+1701
|
* change unique_prefix_length=4 for japanese.hDavid Vorick2015-07-231-1/+1
| | | I ran some tests, and all prefixes seem to be unique for len(3)
* 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
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-2/+7
|
* cmake: refactor common code with librariesBen Boeckel2014-10-231-6/+1
|