in reply to Weird error with Cryprt::Blowfish and Crypt::DES
CODE: { input = (char *) SvPV(ST(0), input_len); printf("handling %d bytes\n", input_len); if (input_len != 8) croak("input must be 8 bytes long");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Weird error with Cryprt::Blowfish and Crypt::DES
by Beechbone (Friar) on Oct 21, 2004 at 10:40 UTC | |
|
Re^2: Weird error with Cryprt::Blowfish and Crypt::DES
by Beechbone (Friar) on Oct 20, 2004 at 18:33 UTC |