Finding the maximum XOR metric

351 Views Asked by At

I'm trying to find a way to find n keys (x bits) where the XOR distance metric between them would be greatest.

By XOR distance metric I just mean the value when two keys are XORed together.

So for example, given a 10 bit key, find 10 keys which have the greatest distance between them in terms of the XOR distance metric.