Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

support left and right shift on byte array at a bit level #1

Closed
rlespinasse opened this issue Oct 9, 2017 · 0 comments
Closed

support left and right shift on byte array at a bit level #1

rlespinasse opened this issue Oct 9, 2017 · 0 comments

Comments

@rlespinasse
Copy link
Owner

rlespinasse commented Oct 9, 2017

func RightShift(data []byte, shift uint8) []byte {}
func LeftShift(data []byte, shift uint8) []byte {}
@rlespinasse rlespinasse changed the title support left and right shift on bit level support left and right shift on byte array at a bit level Oct 9, 2017
@rlespinasse rlespinasse self-assigned this Oct 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant