dkim

Crates.iodkim
lib.rsdkim
version0.1.1
created_at2020-06-24 15:12:14.609157+00
updated_at2020-07-02 13:42:46.376779+00
descriptionComplete DKIM library.
homepage
repositoryhttps://github.com/Mubelotix/dkim
max_upload_size
id257596
size86,013
(Mubelotix)

documentation

README

dkim

There it is! The first DKIM Rust library!

Goals

When one of the three steps is completed, the minor version is incremented. As long as the major version is 0, any update can introduce breaking changes.

  1. Make it work
    • Relaxed canonicalization algorithm
    • Simple canonicalization algorithm
    • Verifying
    • Signing
    • Documentation
    • Sha256
    • Sha1
  2. Make it stable and robust
    • 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
Commit count: 0

cargo fmt