Finite fields are important in cryptography. They involve arithmetic operations on a finite set of elements called a Galois field. Two important examples are GF(p), the integers modulo a prime p, and GF(2n), polynomials modulo an irreducible polynomial of degree n with coefficients in GF(2). Polynomial arithmetic in GF(2n) can be performed using bitwise XOR and shift operations, with modulo reduction using the irreducible polynomial. This allows efficient computation in finite fields important for cryptography.