descriptionGenerates and validates RFC 9102-formatted DNSSEC proofs
last changeMon, 18 Nov 2024 15:01:43 +0000 (15:01 +0000)
shortlog
2024-11-18 Matt CoralloBump version to 0.6.6 for dup records fix and new root key main master v0.6.6
2024-11-18 Matt CoralloFix issues verifying proofs built from 9.9.9.9
2024-11-18 Matt CoralloManually implement Debug for `NSecTypeMask` so its...
2024-11-18 Matt CoralloUpdate trust anchors to add the new 2024 key
2024-08-01 Matt CoralloBump version to 0.6.5 for new less-code-size feature 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...
...
tags
4 months ago v0.6.6 v0.6.6
7 months ago v0.6.5 v0.6.5
7 months ago v0.6.4 v0.6.4
8 months ago v0.6.3 v0.6.3
8 months ago v0.6.2 v0.6.2
8 months ago v0.6.1 v0.6.1
8 months ago v0.6.0 v0.6.0
8 months ago v0.5.5 v0.5.5
10 months ago v0.5.4 v0.5.4
heads
4 months ago main
4 months ago master
7 months ago smaller-bin