-
Notifications
You must be signed in to change notification settings - Fork 151
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
ECDH curve hard-coded #444
Comments
The big question is if the hardware supports
Currently, it's possible by deleting the whole |
OK but the line I quoted is from the generic
OK, good to know. |
trezor-agent/libagent/gpg/protocol.py
Line 175 in 3c911e9
This corresponds to
curve25519
. Now my primary key uses thenistp256
curve so I can assume this constant had a different value at some point. Would it not be better to give the user the option to use whichever supported curve they wanted namelynistp256
orcurve25519
? {I don't thinked25519
is a curve soCURVE_ED25519
should not exist.)(Aside, is it possible to delete one's primary key if they wanted to start afresh and use
curve25519
instead?)The text was updated successfully, but these errors were encountered: