aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/base_conversion/iterative_conversion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix trait visibility.Andreas Grois2022-10-211-1/+1
|
* Exponential search for largest potency.Andreas Grois2022-10-211-6/+17
| | | | | Speeds up the 20 and 32 byte cases. Has slightly negative impact for 16 byte case.
* Draft of iterative_conversion.Andreas Grois2022-10-181-1/+8
|
* First draft of (untested) iterative conversion.Andreas Grois2022-10-181-0/+144