Chapter 9 of 'Understanding Cryptography' discusses elliptic curve cryptography (ECC), highlighting its efficiency with shorter key sizes (160-256 bits) compared to RSA (1024-3072 bits) while maintaining similar security levels. It covers the computation with elliptic curves, the elliptic curve discrete logarithm problem, and practical applications like the Diffie-Hellman key exchange. The chapter further emphasizes ECC's performance advantages and its growing adoption in various applications due to its compactness and speed.