Provide sources for the EC math and use a faster double algorithm
[dnssec-prover] / Cargo.toml
2024-04-14 Matt CoralloBump crate version for new `Clone` impl
2024-04-03 Matt CoralloBump version to 0.5.2 for dropping ring dep
2024-04-03 Matt CoralloAdd the wycheproof test cases for our crypto implementation
2024-04-03 Matt CoralloSwap `ring` for our own in-crate ECDSA validator
2024-04-03 Matt CoralloAdd a relatively simple mostly-const-fn bigint math...
2024-04-03 Matt CoralloEnable (minimal) optimization in tests
2024-04-03 Matt CoralloAdd support back for SHA-384 DS records
2024-03-02 Matt CoralloBump version for NSEC/3 validation
2024-03-02 Matt CoralloUse `bitcoin_hashes` rather than `ring` for hashing
2024-02-26 Matt CoralloBump version for NSEC/3 record type additions and proof...
2024-02-12 Matt CoralloBump version number for DNAME support
2024-02-12 Matt CoralloBump version for bug fixes and new query APIs
2024-02-10 Matt CoralloBump version for cross-zone CNAME proofs and new util...
2024-02-08 Matt CoralloBump version for SHA-1 validation
2024-02-08 Matt CoralloBump version mostly for docs.rs to display all methods
2024-02-08 Matt CoralloEnable all features for docs.rs builds
2024-02-08 Matt CoralloBump release version for various cleanups
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloBump version to 0.3.2 for bug fixes
2024-02-06 Matt CoralloMake HTTP server large-req DoS safe rather than using...
2024-02-06 Matt CoralloBump version for bug fixes
2024-02-06 Matt CoralloBump version now that we're (relatively) feature-complete
2024-02-06 Matt CoralloAdd trivial HTTP server which serves proofs
2024-02-05 Matt CoralloBump version to 0.2 as we now have full proof building...
2024-02-05 Matt CoralloEnable querying async using tokio
2024-02-05 Matt CoralloAdd support for building proofs using a local recursive...
2024-02-05 Matt CoralloFix repository link
2024-02-05 Matt CoralloShuffle the ordering of RRs when validating an RR strea...
2024-02-05 Matt CoralloAdd license and Cargo metadata
2024-02-05 Matt CoralloInitial checkin