Multi-Precision ArithmeticThis is an introduction to Multi-Precision Arithmetic for programming cryptography in constant-time. There is no concern for speed.
Programming Modular Arithmetic for Cryptography (Part 2)Outline Modular Arithmetic Modular Multiplication Modular Multiplicative Inverse (Its Modular Division) Greatest Common Divisor Algorithm...
Programming Modular Arithmetic for Cryptography (Part 1)Who Is This For? For anyone interested in learning how to source code audit a cryptographic API or must use a pre-existing...