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

Wishlist: Add support for ECC over binary fields #510

Open
zborac opened this issue Oct 9, 2019 · 0 comments
Open

Wishlist: Add support for ECC over binary fields #510

zborac opened this issue Oct 9, 2019 · 0 comments

Comments

@zborac
Copy link

zborac commented Oct 9, 2019

Wishlist:
Is there a plan to support ECC over binary fields (characteristic-two finite fields), i.e. F2m ECC curves?
Many of the modern Java cards support F2m ECC curves.
Some of the recomended F2m ECC curves are:
sect113r1 (OID = 1.3.132.0.4) ; sect113r2 (OID = 1.3.132.0.5) ;
sect131r1 (OID = 1.3.132.0.22) ; sect131r2 (OID = 1.3.132.0.23) ;
sect163k1 (OID = 1.3.132.0.1) ; sect163r1 (OID = 1.3.132.0.2) ; sect163r2 (OID = 1.3.132.0.15) ;
sect239k1 (OID = 1.3.132.0.3) ; sect283k1 (OID = 1.3.132.0.16) ; sect283r1 (OID = 1.3.132.0.17)
sect193r1 (OID = 1.3.132.0.24) ; sect193r2 (OID = 1.3.132.0.25)
sect233k1 (OID = 1.3.132.0.26) ; sect233r1 (OID = 1.3.132.0.27)
sect409k1 (OID = 1.3.132.0.36) ; sect409r1 (OID = 1.3.132.0.37)
sect571k1 (OID = 1.3.132.0.38) ; sect571r1 (OID = 1.3.132.0.39)

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

No branches or pull requests

2 participants