cryptimeleon / math

Library providing mathematical basics for (pairing-based) cryptography.
Apache License 2.0
10 stars 2 forks source link

Provide standard ECC #87

Open rheitjoh opened 3 years ago

rheitjoh commented 3 years ago

(This issue has been imported from the Gitlab repository because it seems to not have been addressed yet)

Original Text (Issue 183)

Provide a list of standard ECC parameters as a enum or something

rheitjoh commented 3 years ago

Lacks quite a bit of detail, but I interpret this as meaning to add more parameter specs similarly to the SFC-256 spec we already provide for the BN pairing?

JanBobolz commented 3 years ago

I think so, yes. More standard ones such as listed here.

But I feel like this is low-priority.