Daniel Cheng wrote: > We digest the key in data store to prevent enumeration of keys in the store. > If we store the actual location, it would defect this purpose.. > I suggest storing the location as float, which is only 4 bytes and may > enumeration much more difficult.
Ah, I see - floats sounds like a good solution then. The full key can still be calculated from the data though, right? So not storing the key would only slow enumeration down. Cheers, Michael