Euclidean algorithm
From Maths
Note: this is an algorithm for computing the GCD of two positive integers
Contents
[hide]Definition
The algorithm is as follows[1]:
Input | a,b∈N+, such that a≥b (swap them around if a<b) |
---|---|
Output | The GCD of a and b |
Process |
|
Proofs of correctness
TODO: These proofs
The algorithm terminates
Given this algorithm loops until R=0 it is important to know for certain that eventually we will have R=0
The algorithm computes the GCD
Equally important is the proof that the algorithm always outputs the GCD of a and b
See next
See also
References
- Jump up ↑ The mathematics of ciphers, Number theory and RSA cryptography - S. C. Coutinho