summaryrefslogtreecommitdiffstats
path: root/lib/byte.go
Commit message (Collapse)AuthorAgeFilesLines
* update name in copyrightsiddharth ravikumar2022-05-231-1/+1
| | | | Use full name.
* copyright: rsiddharth -> siddharthsiddharth2021-11-201-1/+1
|
* lib: add BytesToUint32sLittleEndiansiddharth2021-10-111-0/+22
|
* lib: add BytesToUint32ssiddharth2021-10-091-0/+22
|
* lib: add BytesEqualsiddharth2021-09-041-0/+4
|
* lib/byte.go: fix copyrightsiddharth2021-06-061-1/+1
|
* lib: add `ByteIsUpper`siddharth2021-06-061-0/+7
|
* lib: update `BytesInCommon`siddharth2021-06-051-2/+4
| | | | | Ensure that the returned `common` array does not point to any of the []byte arrays in `bbytes`.
* lib/byte.go: update `BytesInCommon` docsiddharth2021-06-051-1/+2
|
* lib: add byte.gosiddharth2021-06-051-0/+31
- Add `ByteInBytes` function - Add `BytesInCommon` function