Skip to content

dipanshuhappy/dkim-icp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 that works on ICP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%