aboutsummaryrefslogtreecommitdiff
path: root/src/passwordmaker/base_conversion/iterative_conversion_impl
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-233-7/+87
* Rename "potency" to "power", the English term.Andreas Grois2022-10-232-33/+33
* Precompute power+exponent for iterative conversionAndreas Grois2022-10-232-0/+1000