On 10.01.2012 11:56, Anurag Priyam wrote:
> Directly posting the commit message, since I don't have anything else
> to say about the patch:
>
> awful.tooltip docs: replace references to undefined variable 'K' with
> 'myclock'
>
> Most probably, the original author chose to use 'K' first, switched to
> 'myclock' later, and forgot to update remaining occurrences of 'K'.
Thanks, pushed to 3.4 and master.
--
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
"\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);
--
To unsubscribe, send mail to [email protected].