stalwartlabs / mail-auth

DKIM, ARC, SPF and DMARC library for Rust
https://docs.rs/mail-auth/
Apache License 2.0
82 stars 13 forks source link

Use object-safe VerifyingKey trait instead of PublicKey enum #4

Closed djc closed 1 year ago

djc commented 1 year ago

Similar to #3 but for the verification side. Added some renaming of trait methods, since I'll look into some simplification of the verification side next and these method names were pretty confusing to keep straight in my head.

mdecimus commented 1 year ago

Thanks, just merged it.