aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/base_conversion/iterative_conversion.rs
Commit message (Expand)AuthorAgeFilesLines
* Some clippy lints.Andreas Grois2022-11-041-1/+4
* Use MulAssign in BaseConversion.Andreas Grois2022-10-261-6/+14
* Base Conv: Mul dividend instead of div divisor.Andreas Grois2022-10-251-2/+17
* Add precomputed constants for common cases.Andreas Grois2022-10-231-3/+3
* Rename "potency" to "power", the English term.Andreas Grois2022-10-231-16/+16
* Precompute power+exponent for iterative conversionAndreas Grois2022-10-231-10/+22
* Fix trait visibility.Andreas Grois2022-10-211-1/+1
* Exponential search for largest potency.Andreas Grois2022-10-211-6/+17
* Draft of iterative_conversion.Andreas Grois2022-10-181-1/+8
* First draft of (untested) iterative conversion.Andreas Grois2022-10-181-0/+144