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.