Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gadgets.ts): add rightShift function to perform right shift oper…
…ation on Field elements This function is similar to the `>>` shift operation in JavaScript, where bits are moved to the right. It throws an error if the input value exceeds 64 bits. This feature enhances the functionality of the Gadgets library by providing more operations for Field elements.
- Loading branch information