Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib: add BytesToUint32sLittleEndian | siddharth | 2021-10-11 | 1 | -0/+22 |
| | |||||
* | lib: add BytesToUint32s | siddharth | 2021-10-09 | 1 | -0/+22 |
| | |||||
* | lib: add BytesEqual | siddharth | 2021-09-04 | 1 | -0/+4 |
| | |||||
* | lib/byte.go: fix copyright | siddharth | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | lib: add `ByteIsUpper` | siddharth | 2021-06-06 | 1 | -0/+7 |
| | |||||
* | lib: update `BytesInCommon` | siddharth | 2021-06-05 | 1 | -2/+4 |
| | | | | | Ensure that the returned `common` array does not point to any of the []byte arrays in `bbytes`. | ||||
* | lib/byte.go: update `BytesInCommon` doc | siddharth | 2021-06-05 | 1 | -1/+2 |
| | |||||
* | lib: add byte.go | siddharth | 2021-06-05 | 1 | -0/+31 |
- Add `ByteInBytes` function - Add `BytesInCommon` function |