Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Clippy lints. | Andreas Grois | 2022-11-04 | 1 | -0/+1 |
* | Base Conv: Combine shifting and padding. | Andreas Grois | 2022-10-27 | 1 | -2/+2 |
* | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 1 | -2/+2 |
* | Rename "potency" to "power", the English term. | Andreas Grois | 2022-10-23 | 1 | -2/+2 |
* | Precompute power+exponent for iterative conversion | Andreas Grois | 2022-10-23 | 1 | -1/+3 |
* | Exponential search for largest potency. | Andreas Grois | 2022-10-21 | 1 | -2/+0 |
* | Draft of iterative_conversion. | Andreas Grois | 2022-10-18 | 1 | -24/+27 |
* | First draft of (untested) iterative conversion. | Andreas Grois | 2022-10-18 | 1 | -1/+5 |
* | Fix Rust 1.52 compat. | Andreas Grois | 2022-10-11 | 1 | -3/+2 |
* | Refactor base_conversion. Fix hmac byte bug. | Andreas Grois | 2022-10-11 | 1 | -0/+65 |