aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-0/+52
| | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* 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, ↵Riccardo Spagni2014-10-051-1288/+1288
| | | | designed to be a bit unusual and thus easier to memorise
* Uses new Japanese file. Gives credit to dabura667. English file indentation ↵Oran Juice2014-10-052-2096/+2096
| | | | tabs to spaces.
* 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 ↵Oran Juice2014-10-028-9604/+8511
| | | | fixes
* 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 ↵Oran Juice2014-09-282-35/+99
| | | | without checksum is passed. Doxygen comment fix.
* Doxygen comments inOran Juice2014-09-272-15/+98
|
* Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice2014-09-276-0/+7783
| | | | CMakeLists.txt update.
* 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
|
* Check for error after opening word list fileOran Juice2014-09-231-6/+11
|