2010-09-28 04:21 AM
Convert 96 bit unique ID to 16 bit 'not so unique' ID
2011-05-17 05:09 AM
Any hash type function would work reasonably well, a 16 or 32-bit CRC should give a usable answer. For the 32-bit you could use the internal engine, and just take the most or least significant 16-bits.