Research Article

System Level Design of Reconfigurable Server Farms Using Elliptic Curve Cryptography Processor Engines

Algorithm 1

Two examples of guarded command language.
Example  1.
if then := True
Else := False
is translated as
if := True
   := False
Fi
Example  2.
if error = True then := 0
is translated as
if error = True := 0
error = Falseskip
fi