Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-19 | Merge pull request #6516 | Alexander Blair | 1 | -2/+0 | |
8656a8c9f remove double includes (sumogr) | |||||
2020-05-11 | remove double includes | sumogr | 1 | -2/+0 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-05-10 | use crypto::rand instead of libc rand in a few tests | moneromooo-monero | 1 | -2/+2 | |
We don't need secure randomness here, but it should shut coverity up | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-01-11 | added two tests for partial word and case tolerance in mnemonics | Paul Shapiro | 1 | -1/+36 | |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -5/+25 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-09-26 | mnemonics: new Lojban word list | Wei Tang | 1 | -1/+3 | |
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) | |||||
2017-08-14 | mnemonics: new Esperanto word list | moneromooo-monero | 1 | -1/+3 | |
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) | |||||
2017-05-07 | Fix overlooked renaming of Português in the unit tests | Nano Akron | 1 | -2/+2 | |
2017-04-24 | Change Old_English to English_Old - 'Old English' is actually a language | Nano Akron | 1 | -1/+1 | |
2017-04-16 | Added Simplified Chinese electrum word list | Nano Akron | 1 | -1/+3 | |
2017-03-25 | mnemonics: sanity checks for word lists | moneromooo-monero | 1 | -1/+30 | |
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. | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-01-15 | mnemonics: fix language detection with checksum word | moneromooo-monero | 1 | -0/+19 | |
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. | |||||
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+0 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+1 | |
Useful for debugging users' logs | |||||
2016-02-01 | unit_tests: fix mnemonics unit test testing invalid seeds | moneromooo-monero | 1 | -13/+9 | |
Some word triplets, such as "mugged names nail", are not valid results from any 32 bit value. If used to decode a 32 bit value, the result will therefore encode to a different word triplet. Fix this by using random words converted from an actual random bitstring, ensuring we always get valid triplets. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-15 | removed unecessary mnemonics test | Riccardo Spagni | 1 | -13/+0 | |
2014-10-08 | Added unit test. Fails for Japanese for some reason. | Oran Juice | 1 | -0/+167 | |