You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: