Provide sources for the EC math and use a faster double algorithm
[dnssec-prover] / src / crypto / bigint.rs
12 days ago Matt CoralloAdd some comments about mont reduction to make it a...
12 days ago Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
12 days ago Matt CoralloAddress new rustc warnings around unused variables
12 days ago 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...