python ror, rol source

123456789101112def ROL(data, shift, size=32): shift %= size remains = data >> (size - shift) body = (data