kjur / jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
https://kjur.github.io/jsrsasign
Other
3.25k stars 645 forks source link

missing implementation for brainpool curves #558

Closed Sunshineguru closed 2 years ago

Sunshineguru commented 2 years ago

I need for a ecdsa project the support for brainpool curves like brainpoolP384r1.

kjur commented 2 years ago

I'm sorry but there is no plan to support brainpool or other curves at this stage. EdDSA support will be required than other curves. Of course PR request will be welcomed as always.