Bump version to 0.6.5 for new less-code-size feature
[dnssec-prover] / src / crypto / bigint.rs
5 days ago Matt CoralloUse Karatsuba mul less when built with `slower_smaller_... smaller-bin
5 days ago Matt CoralloDrop 384-bit multiplication impl with `slower_smaller_b...
5 days ago Matt CoralloSkip squaring implementations when `slower_smaller_bina...
5 days ago Matt CoralloVery marginally reduce branching in Karatsuba multiplic...
5 days ago Matt CoralloOptimize U256/384 `times_three` methods substantially
5 days ago Matt CoralloUse gradeschool multiplication for `mul_3/4` rather...
5 days ago Matt CoralloUse a single const-generic `sub` method rather than...
5 days ago Matt CoralloUse a single const generic `add` method rather than...
5 days ago Matt CoralloMake multiplication take array references rather than...
5 days ago Matt CoralloMake subtraction take array references rather than...
5 days ago Matt CoralloMake addition take array references rather than slices
6 days ago Matt CoralloMove mont reduction impls out of generic'd struct impl
2024-07-10 Matt CoralloDrop MSRV to 1.63 w/o `RUSTC_BOOTSTRAP` hacks with...
2024-05-07 Matt CoralloAdd some comments about mont reduction to make it a...
2024-05-07 Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
2024-05-07 Matt CoralloAddress new rustc warnings around unused variables
2024-05-07 Matt CoralloFix const build error in the previous commits
2024-05-03 Matt CoralloClean up and better comment math somewhat further
2024-05-03 Matt CoralloClean up carry/debug assertions in multiplies/squaring
2024-05-03 Matt CoralloClean up + test add/sub/negate, fixing a debug assert...
2024-05-03 Matt CoralloSwap `add_one!(_)` for `add_u64!(_, 1)`
2024-04-03 Matt CoralloAdd U256/U384 and mod-const-prime wrapper utilities...
2024-04-03 Matt CoralloAdd a relatively simple mostly-const-fn bigint math...