descriptionGenerates and validates RFC 9102-formatted DNSSEC proofs
last changeTue, 21 May 2024 16:34:25 +0000 (16:34 +0000)
shortlog
2 days ago Matt CoralloAvoid overriding $RUSTFLAGS when needed for rustc 1.63 main master
2 days ago Matt CoralloBump minor version for crypto speedup and validation... v0.5.4
2 days ago Matt CoralloLimit the number of validation steps we'll take
2024-05-07 Matt CoralloProvide sources for the EC math and use a faster double...
2024-05-07 Matt CoralloAdd some comments about mont reduction to make it a...
2024-05-07 Matt CoralloCheck the assumption that P-N is tiny
2024-05-07 Matt CoralloWrite out "Point at Infinity"
2024-05-07 Matt CoralloRename `IntModP`/`IntModN` to `CurveField`/`ScalarField`
2024-05-07 Matt CoralloAdd a dummy `http.rs` main to make default rust builds...
2024-05-07 Matt CoralloAddress further clippy lints
2024-05-07 Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
2024-05-07 Matt CoralloBetter support rustc 1.64+ by not requiring `RUSTC_BOOT...
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
...
tags
2 days ago v0.5.4 v0.5.4
heads
2 days ago main
2 days ago master