Hi, does anyone know of a library that contains an operator that lets you do CIRCULAR left and right shifts on 4 byte unsigned integers?

Or failing that, does anyone have the C++ source code for the formula?

I'm not talking about the normal << shift either.

Please help, I've got to come up with this by next week!