Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add KeySizeWithMinDistanceIter | rsiddharth | 2020-09-05 | 1 | -0/+14 |
| | | | | * lib/hamming.go (KeySizeWithMinDistanceIter): New function. | ||||
* | lib: add KeySizeWithMinDistance | rsiddharth | 2020-09-05 | 1 | -0/+23 |
| | | | | * lib/hamming.go (KeySizeWithMinDistance): New function. | ||||
* | lib: update HammingDistance | rsiddharth | 2020-09-05 | 1 | -1/+1 |
| | | | | lib/hamming.go (HammingDistance): Change type of arguments to []byte. | ||||
* | lib: add genKey | rsiddharth | 2020-09-05 | 1 | -0/+14 |
| | | | | * lib/hamming.go (genKey): New function. | ||||
* | lib: add HammingDistance | rsiddharth | 2020-09-04 | 1 | -0/+27 |
* lib/hamming.go (HammingDistance, setBits): New functions. |