Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 9 forks source link

[SDK audit] Recommendation: `checkFor3Digits()` does not check the last digit grouping #1458

Open HonzaR opened 4 months ago

HonzaR commented 4 months ago

Is your feature request related to a problem? Please describe.

Screenshot 2024-04-23 at 14 11 30

Describe the solution you'd like

Kotlin’s until is exclusive, so this does not check that the last group, whose index is groups.size - 1, contains three digits.

Alternatives you've considered

Additional context