zcash-android-wallet/lockbox
Kevin Gorham a693caf499
Fix: critical bug in underlying storage library.
ViewingKeys would sometimes get written in one way but not read back the same, dependeing on length. This was hard to catch because it only happened about 30 percent of the time. The fix was to update the secure storage library to work with lists and maintain order. A PR was submitted upstream but we are also going to seek out a better library to use going forward.
2020-10-07 20:17:29 -04:00
..
src Fix: critical bug in underlying storage library. 2020-10-07 20:17:29 -04:00
.gitignore Added module for securely storing seeds and keys. 2019-12-15 18:08:04 -05:00
build.gradle Dependency cleanup so plugin dependencies are easier to find. 2020-05-27 14:37:44 -04:00
consumer-rules.pro Added module for securely storing seeds and keys. 2019-12-15 18:08:04 -05:00
proguard-rules.pro Added module for securely storing seeds and keys. 2019-12-15 18:08:04 -05:00