Arithmetic modulo primes

Modular arithmetic

Modular arithmetic is a system of arithmetic for integers where numbers "wrap around" when reaching a certain value. It was developed by Carl Friedrich Gauss in 1801 and is commonly used in 12-hour clocks, where the day is divided into two 12-hour periods. Addition is done modulo 12, so 15:00 on a 24-hour clock is displayed as 3:00 on a 12-hour clock.

1 courses cover this concept

CS 255: Introduction to Cryptography

Stanford University

Winter 2023

This course offers an introduction to cryptographic techniques used in computer security, covering encryption, message integrity, digital signatures, key management, and more. It is suitable for advanced undergraduates and masters students with some proof techniques and programming experience.

No concepts data

+ 55 more concepts