DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

(Feature) Brainpool Eliptic Curves support #446

Open brenzi opened 5 years ago

brenzi commented 5 years ago

It would be great to have support for ECDSA with Brainpool curves, like BrainpoolP256r1:

https://tools.ietf.org/html/rfc5639#page-11

Any plans for this?