Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ A bit shift sounds alot like a permutation in crypto terms although I didn't really understand the question, because 'bit shift' in my mind is just an operation, much like addition or multiplication. $\endgroup$ Commented Jun 2, 2013 at 2:36
  • $\begingroup$ It feels different to me because I don't know that it can be expressed algebraically but I guess that's part of my question. $\endgroup$ Commented Jun 5, 2013 at 1:18
  • $\begingroup$ You can think of bit rotation as an algebraic operation in the same way as an LFSR. Indeed, it is an LFSR with feedback polynomial $x^k-1$. $\endgroup$ Commented Nov 27, 2013 at 15:54