jsonwebtoken icon indicating copy to clipboard operation
jsonwebtoken copied to clipboard

Implement Brainpool ciphers

Open FlixCoder opened this issue 1 year ago • 1 comments

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!

FlixCoder avatar Jan 08 '24 15:01 FlixCoder

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

Keats avatar Jan 09 '24 13:01 Keats