Revision e5fd84db
ID | e5fd84db6929a7e8cc61bda5257abacfd831c212 |
Parent | efb0f2b0 |
Child | a38fbfe0 |
replace heavy KDF iteration count function with one based on /proc/cpuinfo
The previous KDF iteration count measuring method took a long time to run
and depended on including spongycastle. In the interest of keeping the
library as minimal as possible, it is good to remove dependencies. In the
interest of usability, calculating the iteration count should be very fast.
fixes #3146 https://dev.guardianproject.info/issues/3146
fixes #3665 https://dev.guardianproject.info/issues/3665
fixes #492 https://dev.guardianproject.info/issues/492
Files
- added
- modified
- copied
- renamed
- deleted
- cachewordlib
- libs
- spongycastle-core-1.50.0.0.jar
- spongycastle-prov-1.50.0.0.jar
- res
- src
- info
- guardianproject
- cacheword
- Constants.java (diff)
- KDFIterationCalibrator.java
- PassphraseSecrets.java (diff)
- PassphraseSecretsImpl.java (diff)
- cacheword
- guardianproject
- info
- libs
- cachewordtest