cloudflare / boring

BoringSSL bindings for the Rust programming language.
367 stars 114 forks source link

Is CMAC not supported? #233

Open Fethbita opened 7 months ago

Fethbita commented 7 months ago

I replaced most of my crypto library needs with boring but I see that CMAC support has been removed at one point in time. This comment however suggests otherwise. I am creating this issue to make sure that I haven't missed anything and CMAC is not supported (I need AES-CMAC for my use case), and if it so, the reason it was removed.