mattaustin has asked for the wisdom of the Perl Monks concerning the following question:
My problem is the same as the other post in java. I don't see it possible with the current Digest::SHA module to change the sizeLo before I make the digest. My first part of the question is it possible with and current modules?shaUpdate(&ctx1, crypt_hash_xor1, 64); /* Start of additions */ if(j>=3) ctx1.sizeLo = 0x1ff; /* End of additions */ shaUpdate(&ctx1, magic_key_char, 4); shaFinal(&ctx1, digest1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SHA-1 problem
by !1 (Hermit) on Jun 23, 2005 at 21:21 UTC | |
by Anonymous Monk on Jun 24, 2005 at 13:51 UTC |