Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

Implement Brainpool ciphers #356

Open FlixCoder opened 6 months ago

FlixCoder commented 6 months ago

Hi, first of all, thank you for your work!

I would like to ask whether it would be accepted to implement Brainpool ciphers such as BP256R1 (via the bp256 crate, I found no other implementation available in Rust) in this library?

As far as I can see, it needs a few added algorithm variants and the respective impementation everywhere, not 100% sure how it needs to look like, but I hope it will be possible.

We are obligated to use BP256R1 by the German specification of some API.

Thank you for your response!

Keats commented 6 months ago

I'm not planning to add that, it seems to be a German only thing?