 |
modular multiplication, modula exponentiation, Jacobi
symbol, Solovay-Strassen algorithm, Primality testing,
cryptography
Computational number theory for cryptography
This tutorial is a very elementary introduction to computational number theory
for cryptography.
-
Contents
- This page.
-
Laboratory
- A cryptography calculator.
-
Modular multiplication
- This page explains how to compute ab (mod m)
efficiently when a, b and m are all large
integers.
-
Modular multiplication (contd)
- Continues the discussion from the last page.
-
Modular exponentiation
- This page discusses efficient computation of ab (mod
m), when a, b and m are all large integers.
-
Jacobi symbol
- This page discusses the Jacobi symbol that is used the
Solovay-Strassen primality testing alogrithm..
-
Solovay-Strassen algo
- Discussion of the Solovay-Strassen algo.
-
Extended Euclid's algo
- This page talks about the extended Euclid's algo.
|