emersion / go-msgauth

🔏 A Go library and tools for DKIM, DMARC and Authentication-Results
MIT License
168 stars 52 forks source link

dkim: ed25519 signing seems to be broken #14

Closed foxcpp closed 4 years ago

foxcpp commented 4 years ago
ed25519: cannot sign hashed message

Setting hash to 0 for ed25519 and adding corresponding tests seems to reveal other problems (such as being unable to verify generated signatures). Need to look into it.

emersion commented 4 years ago

We have a test for verify, but not for sign.