kotlin-bip39/buildSrc
Kevin Gorham 300e25dba9
Fix: Conversion to list.
When converting from an array of characters into a list of words, there was an off-by-one error that was causing the words to display incorrectly. This issue did not effect the seed that was used it only impacted the display. The problem has been fixed and the tests updated to catch this type of problem in the future.
2020-06-11 20:15:26 -04:00
..
src/main/java/cash/z/ecc/android Fix: Conversion to list. 2020-06-11 20:15:26 -04:00
build.gradle.kts Initial commit of failing tests. 2020-06-01 02:01:37 -04:00