Modular arithmetic treats integers by their remainders. This turns infinite integer questions into finite arithmetic on residue classes, which is why it appears in hashing, pseudorandom generators, ...
This repository contains a C language implementation of a modular arithmetic validator system, developed as part of the Discrete Mathematics II course at the University of Brasília (UnB - FGA), during ...
Modular arithmetic, often hailed as one of the cornerstones of number theory, holds a significant place in the realm of mathematics. Beyond its foundational role, modular arithmetic plays a pivotal ...
I’ve spent the last few weeks getting reacquainted with the math (Modular Arithmetic, Prime Numbers, Discrete Logarithms...) behind Cryptography. I really do not know my why behind this, but I guess ...