in reply to Re^4: Equivalent of unpack 'q' with 32-bit Perl (a8)
in thread Equivalent of unpack 'q' with 32-bit Perl
well, shouldn't need to involve vec at all, just use md5_hex to get hex version of digest ... you could unpack 'H*' ... and give that to bigint hex ...
also negatives, yeah I've no idea :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Equivalent of unpack 'q' with 32-bit Perl (a8)
by Limbic~Region (Chancellor) on Sep 06, 2016 at 23:51 UTC | |
by RonW (Parson) on Sep 07, 2016 at 20:41 UTC | |
by Limbic~Region (Chancellor) on Sep 07, 2016 at 20:54 UTC | |
by RonW (Parson) on Sep 08, 2016 at 16:34 UTC | |
by Anonymous Monk on Sep 07, 2016 at 22:14 UTC |