Digital operations are a class of logical processes that work directly on the individual bits of data, rather than on the data as a whole. These techniques are frequently used in low-level coding, system architecture, and cryptographic applications. Frequently seen bitwise functions include with, OR, XOR, NOT, move shifts, and right shifts. While