You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably out of scope for this project, since it's a port of the original TweetNaCl with some conveniences that don't involve changing or adding cryptographic primitives. However, I'll be happy to accept PRs in https://github.com/StableLib/stablelib for ed25519ph.
See RFC 8032 Section 5.
The latest FIPS draft is requiring
ed25519ph
support.See section 7.8
As another comparison, Go 1.19 will implemented ed25519ph.
PyNaCl is also working on high level support.
For comparison with other algorithms, ECDSA (ES224, ES256, ES384, ES512) uses the "post hash" design pattern.
The text was updated successfully, but these errors were encountered: