jsonwebtoken
jsonwebtoken copied to clipboard
Implement Brainpool ciphers
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!
I'm not planning to add that, it seems to be a German only thing?