weikengchen / dkim-fork

Complete Rust DKIM library.

Home Page:https://crates.io/crates/dkim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dkim

A complete DKIM Rust library. It is still experimental and not ready for production.

Goals

  1. Make it work
    • Relaxed canonicalization algorithm
    • Simple canonicalization algorithm
    • Verifying
    • Signing
    • Documentation
    • Sha256
    • Sha1
  2. 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
  3. Make it fast
    • Benchmarks
    • Compare to other implementations
    • Optimize

License: MIT

About

Complete Rust DKIM library.

https://crates.io/crates/dkim

License:MIT License


Languages

Language:Rust 100.0%