Journals
Publish with us
Publishing partnerships
About us
Blog
Security and Communication Networks
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Security and Communication Networks
/
2018
/
Article
/
Alg 1
/
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.