]> git.bitcoin.ninja Git - dnssec-prover/summary
 
descriptionGenerates and validates RFC 9102-formatted DNSSEC proofs
last changeThu, 1 Aug 2024 22:37:05 +0000 (22:37 +0000)
shortlog
2024-08-01 Matt CoralloBump version to 0.6.5 for new less-code-size feature main master v0.6.5
2024-08-01 Matt CoralloUse Karatsuba mul less when built with `slower_smaller_... smaller-bin
2024-08-01 Matt CoralloDrop 384-bit multiplication impl with `slower_smaller_b...
2024-08-01 Matt CoralloSkip squaring implementations when `slower_smaller_bina...
2024-08-01 Matt CoralloAdd a feature to slow things down for a smaller binary
2024-08-01 Matt CoralloVery marginally reduce branching in Karatsuba multiplic...
2024-08-01 Matt CoralloBump version to 0.6.4 for fixed MSRV, errors, and perf... v0.6.4
2024-08-01 Matt CoralloOptimize U256/384 `times_three` methods substantially
2024-08-01 Matt CoralloUse gradeschool multiplication for `mul_3/4` rather...
2024-08-01 Matt CoralloUse a single const-generic `sub` method rather than...
2024-08-01 Matt CoralloUse a single const generic `add` method rather than...
2024-08-01 Matt CoralloMake multiplication take array references rather than...
2024-08-01 Matt CoralloMake subtraction take array references rather than...
2024-08-01 Matt CoralloMake addition take array references rather than slices
2024-08-01 Matt CoralloMove mont reduction impls out of generic'd struct impl
2024-08-01 Matt CoralloAdd a dummy binary to test code size with `cargo bloat`
...
tags
2 months ago v0.6.5 v0.6.5
2 months ago v0.6.4 v0.6.4
3 months ago v0.6.3 v0.6.3
3 months ago v0.6.2 v0.6.2
3 months ago v0.6.1 v0.6.1
3 months ago v0.6.0 v0.6.0
3 months ago v0.5.5 v0.5.5
4 months ago v0.5.4 v0.5.4
heads
2 months ago main
2 months ago master
2 months ago smaller-bin