Replies: 1 comment 1 reply
-
I apologize for the inconvenience, but I'm afraid I have too much on my plate at the moment to address this issue. It may take some time before I'm able to handle it. BTW, I think there is another issue here. When GPG signs with ed25519, it processes the data using sha512, while the SDK uses sha256. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to play with a Yubikey to generate a
Keypair
. As far as I understand, it could be possible to do with a GPG key using the ED25519 curve. Ok, so I created such signing key, loaded that on the Yubikey and now I am trying to get this working withKeypair
. Very roughly it could look like this:This does not work as there are some metadata around the public key and the signature.
You might know how to make this work @overcat?
(I tried to open a question on SO for the GPG/pynacl part... https://stackoverflow.com/questions/78704529/use-gpg-in-python-with-pynacl)
Beta Was this translation helpful? Give feedback.
All reactions