Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Add support for nist P384 and P521 curves, as well as the brainpool 256, 384 and 512 bit curves #207

Closed sosthene-nitrokey closed 1 month ago

sosthene-nitrokey commented 4 months ago

Pending: https://github.com/trussed-dev/trussed/pull/163

jans23 commented 1 month ago

Does this support SE050?

sosthene-nitrokey commented 1 month ago

Yes. It fully works with the software implementation, but it also contains a workaround for an issue that comes with the SE050 implementation and private key import.

The other relevant PRs are:

Due to binary size constraints, we are going to only support these curves when the SE050 anyways on the NK3 firmware (at least until we make significant progress on that front).