[OTR-dev] Fingerprints?

Ian Goldberg ian at cypherpunks.ca
Wed Jan 19 17:55:05 EST 2005


On Wed, Jan 19, 2005 at 04:58:03PM -0500, alex323 wrote:
> Oh, I see now. (0x00123456 == 0x123456) != 0x00 0x00 0x12 0x34 0x56
> 
> So by byte[] would have:
> 
> [0] = 0x03
> [1] = 0x12
> [2] = 0x34
> [3] = 0x56
> 
> Instead of:
> 
> [0] = 0x00
> [1] = 0x00
> [2] = 0x00
> [3] = 0x03
> [4] = 0x12
> [5] = 0x34
> [6] = 0x56

But the latter is the correct representation of the MPI 0x123456.

   - Ian



More information about the OTR-dev mailing list