summaryrefslogtreecommitdiff
path: root/tests/unit_tests/mnemonics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unit_tests: fix mnemonics unit test testing invalid seedsmoneromooo-monero2016-02-011-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.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* removed unecessary mnemonics testRiccardo Spagni2014-10-151-13/+0
|
* Added unit test. Fails for Japanese for some reason.Oran Juice2014-10-081-0/+167