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
* Refactor EC public key construction to share more code (#14285)
* Run an EC check key if cofactor > 1
This only applies to the binary curves (ed25519 is cofactor 8 and
ed448 is cofactor 4 but we use a different code path for eddsa)
* deprecate SECT curves
* add a test
* more tests
* code review
* simplify
* update with CVE and credit
---------
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
0 commit comments