aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/base_conversion/iterative_conversion_impl/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Base Conv: Combine shifting and padding.Andreas Grois2022-10-271-19/+62
* Minor: Remove an unnecessary clone.Andreas Grois2022-10-261-1/+1
* Minor, remove a pointless type conversion.Andreas Grois2022-10-261-3/+3
* Use MulAssign in BaseConversion.Andreas Grois2022-10-261-2/+32
* Merge branch 'main' into feature/heap-allocation-free-base-conversionAndreas Grois2022-10-241-1/+1
* Add precomputed constants for common cases.Andreas Grois2022-10-231-3/+10
* Rename "potency" to "power", the English term.Andreas Grois2022-10-231-2/+2
* Precompute power+exponent for iterative conversionAndreas Grois2022-10-231-0/+875