Research Article

Portable Implementation of Postquantum Encryption Schemes and Key Exchange Protocols on JavaScript-Enabled Platforms

Pseudocode 1

<!– – lizard.html – –>
<!DOCTYPE html>
<html>
<head><title>Lizard</title>
<meta charset="UTF-8">
<script type="text/javascript"
src="../Utils/prng.js"></script>
<script type="text/javascript"
src="lizard_random_values.js"></script>
<script type="text/javascript"
src="lizard.js"></script>
</head>
<body></body>
</html>