descriptionGenerates and validates RFC 9102-formatted DNSSEC proofs
last changeTue, 7 May 2024 21:30:37 +0000 (21:30 +0000)
shortlog
2 days ago Matt CoralloProvide sources for the EC math and use a faster double... main master
2 days ago Matt CoralloAdd some comments about mont reduction to make it a...
2 days ago Matt CoralloCheck the assumption that P-N is tiny
2 days ago Matt CoralloWrite out "Point at Infinity"
2 days ago Matt CoralloRename `IntModP`/`IntModN` to `CurveField`/`ScalarField`
2 days ago Matt CoralloAdd a dummy `http.rs` main to make default rust builds...
2 days ago Matt CoralloAddress further clippy lints
2 days ago Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
2 days ago Matt CoralloBetter support rustc 1.64+ by not requiring `RUSTC_BOOT...
2 days ago Matt CoralloAddress new rustc warnings around unused variables
2 days ago Matt CoralloFix const build error in the previous commits
6 days ago Matt CoralloClean up and better comment math somewhat further
6 days ago Matt CoralloClean up carry/debug assertions in multiplies/squaring
6 days ago Matt CoralloClean up + test add/sub/negate, fixing a debug assert...
6 days ago Matt CoralloSwap `add_one!(_)` for `add_u64!(_, 1)`
2024-04-14 Matt CoralloSet default-features = false on uniffi, not that it...
...
heads
2 days ago main
2 days ago master