A complete DKIM Rust library. It is still experimental and not ready for production.
- Make it work
- Relaxed canonicalization algorithm
- Simple canonicalization algorithm
- Verifying
- Signing
- Documentation
- Sha256
- Sha1
- Make it stable and robust
- Stabilize parsing
- Improve project structure
- Fulfill each "MUST" of the RFC
- Fulfill each "SHOULD" of the RFC
- Write tests
- Eradicate unwraps
- Make it fast
- Benchmarks
- Compare to other implementations
- Optimize
License: MIT