Research Article

Under Quantum Computer Attack: Is Rainbow a Replacement of RSA and Elliptic Curves on Hardware?

Algorithm 1

Solving a system of linear equations with iterations, where is a matrix.
var
: Integer;
begin
;
Pivoting();
repeat
inversion(), Normalization(), Elimination();
Pivoting();
;
until
end.