use-dkim
DKIM signature metadata primitives for RustUse.
Experimental
use-dkim is experimental while use-email remains below 0.3.0.
Example
use ;
let signature = new?
.with_algorithm
.with_signed_headers
.with_body_hash;
assert!;
# Ok::
Scope
- DKIM selectors, domains, header tags, algorithms, canonicalization labels, signed headers, body hash, and signature metadata.
Non-goals
- Cryptographic signing.
- Cryptographic verification.
- DNS key lookup.
License
Licensed under either Apache-2.0 or MIT.