Provide sources for the EC math and use a faster double algorithm
[dnssec-prover] / src / lib.rs
12 days ago Matt CoralloAddress further clippy lints
12 days ago Matt CoralloMake crypto/ clippy-clean, mostly by telling clippy...
12 days ago Matt CoralloBetter support rustc 1.64+ by not requiring `RUSTC_BOOT...
2024-04-03 Matt CoralloAdd the wycheproof test cases for our crypto implementation
2024-04-03 Matt CoralloAdd a simple benchmark of 2048-bit RSA validation
2024-04-03 Matt CoralloAdd a relatively simple mostly-const-fn bigint math...
2024-03-02 Matt CoralloAdd base32 parser which is needed for NSEC3 validation
2024-03-02 Matt CoralloUse `bitcoin_hashes` rather than `ring` for hashing
2024-02-12 Matt CoralloAvoid allocating for all message buffers, expose queryi...
2024-02-09 Matt CoralloAdd testing of doc links in test.sh
2024-02-08 Matt CoralloClean up some comments
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloMove validation into a validation module, rather than...
2024-02-06 Matt CoralloMarginally resolve time rollovers, giving us until...
2024-02-06 Matt CoralloReturn the time bounds on validated RR sets
2024-02-05 Matt CoralloAdd support for building proofs using a local recursive...
2024-02-05 Matt CoralloSplit the library into three modules for maintainability
2024-02-05 Matt CoralloAdd support for wildcard validation
2024-02-05 Matt CoralloAdd support for CNAME resource records
2024-02-05 Matt CoralloSupport returning verified RRs from multiple zones...
2024-02-05 Matt CoralloShuffle the ordering of RRs when validating an RR strea...
2024-02-05 Matt CoralloInitial checkin