bigINT
bigINT copied to clipboard
[feat] implement _builtin_parity(x) for largeInt
Description
- This function is used to check the parity of a large int. This function returns true(1) if the number has odd parity else it returns false(0) for even parity.
- include tests for new implementation