On Tuesday, July 3, 2018 at 9:47:13 PM UTC-4, Jeffrey Walton wrote: > > ... > > My question is, has anyone implemented a cipher with an optional IV? If > so, how was it implemented? >
The library cannot handle optional IV's at the moment. It is not entirely clear how much work it would be to add the support. (Trace IVRequirements and various Resynchronize() functions). We ended up adding two classes - Rabbit and RabbitWithIV - to provide support for both. Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
