Subject: | Missing set_iv method |
I was hoping to use this module as a fallback if a user doesn't have
Crypt::Rijndael, but the interface is not identical. The set_iv method
is missing and there is an unnecessary warning issued for key sizes that
are not 256 bits. I can hack around those, but the goal of a fallback
module is to mimic the interface of the primary module as much as
possible so that it may be dropped in without any needed changes.