Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openssl key gen command to ed448 #84

Open
JasonYao opened this issue Aug 5, 2024 · 0 comments
Open

Update openssl key gen command to ed448 #84

JasonYao opened this issue Aug 5, 2024 · 0 comments

Comments

@JasonYao
Copy link
Owner

JasonYao commented Aug 5, 2024

Per https://crypto.stackexchange.com/a/67468:

Edwards25519 is designed to make the cost of a discrete log computation cost at least about 2128 bit operations to break the first of any number of targets.

Edwards448 is designed to make the cost of a discrete log computation cost about 2224 bit operations to break the first of any number of targets.

Of course, since 2128 bit operations is already infeasible, edwards448 is really a hedge against modest cryptanalytic advances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant