Crypto: AES OFB mode?

Would the OTP team be open to a pull request that added OFB mode as a supported AES cipher?

I have some Elixir code that achieves the same thing via aes_xxx_cbc and crypto:exor, but I expect it would be more efficient to sit more directly on native support.

Thx.

2 Likes

A PR is always welcome, but if we accept it depends on the PR itself :slightly_smiling_face:.
/Hans

3 Likes

Just to close this off, the PR for this request was merged into master a short while ago.

Thank you @hansn for shepherding it through.

6 Likes