Provide sources for the EC math and use a faster double algorithm
[dnssec-prover] / src / ser.rs
12 days ago Matt CoralloAddress further clippy lints
2024-03-02 Matt CoralloUse `bitcoin_hashes` rather than `ring` for hashing
2024-02-26 Matt CoralloAdd de/serialization and structs for NSec and NSec3...
2024-02-12 Matt CoralloAdd support for DNAME resolution
2024-02-12 Matt CoralloAvoid allocating for all message buffers, expose queryi...
2024-02-11 Matt CoralloLimit recursion when reading name labels from other...
2024-02-07 Matt CoralloFeature-gate validation and document crate features
2024-02-06 Matt CoralloInclude the resolver-provided TTL in the response
2024-02-05 Matt CoralloAdd support for parsing compressed names out of wire...
2024-02-05 Matt CoralloAdd support for A/AAAA/NS records
2024-02-05 Matt CoralloSplit the library into three modules for maintainability