[OTR-dev] Fingerprints?
Ian Goldberg
ian at cypherpunks.ca
Wed Jan 19 16:48:45 EST 2005
On Wed, Jan 19, 2005 at 03:50:04PM -0500, alex323 wrote:
> Heh, I saw my mistake now. Fixed:
>
> 0x00123456 == 0x123456 == (len = 3) == 0x0003123456 == 0x3123456
Still no. 0x00123456 and 0x123456 are numbers, and they are equal in
value. They are both *represented* by the _string_ (or byte array, if
you prefer): "\x00\x00\x00\x03\x12\x34\x56", which is *not* the same as
the string "\x03\x12\34\56".
- Ian
More information about the OTR-dev
mailing list