Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib: remove genKey | rsiddharth | 2020-09-06 | 1 | -14/+0 |
| | | | | * lib/hamming.go (genKey): Remove function. | ||||
* | lib: update KeySizeWithMinDistance | rsiddharth | 2020-09-06 | 1 | -3/+3 |
| | | | | | | * lib/hamming.go (KeySizeWithMinDistance): Add argument 'bs'. Use first K bytes and next K bytes of 'bs' for 'p' and 'q'. | ||||
* | lib: remove KeySizeWithMinDistanceIter | rsiddharth | 2020-09-06 | 1 | -15/+0 |
| | |||||
* | 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. |