Nov 24, 2020
I'm trying to come up with a notation for the rotate (circular shift) operation:
https://stackoverflow.com/questions/32785998/symbol-for-bitwise-circular-shifts
Kinda surprising that there isn't a standard answer yet, given how common it is in cryptography, and how much of a workhorse it is in the ARM instruction set.
This post is part of my Freewheeling Apps Devlog.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.