in reply to Re: Re: Converting an array of bytes into a BigInt - speed considerations
in thread Converting an array of bytes into a BigInt - speed considerations
Result:use Math::BigInt; $a = new Math::BigInt(0xFE78A3); printf '%02X', $a->band(0xFF);
This is with Math::BigInt version 1.64.A3
Update: Yeah, the real solution would be for you to go back to school. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Converting an array of bytes into a BigInt - speed considerations
by dempa (Friar) on Jan 23, 2003 at 17:35 UTC |