lua-lockbox
lua-lockbox copied to clipboard
Use lua native mods for bit rotation
This is a patch that I previously made to support bit rotation and also account for 64 bit unsigned integers. It looks like the repo has moved forward trying address similar issues. This PR compares my prior approach to the current state of the master branch. Instead of all of the conditionals, can we just do the rotation manually as I have?