Research Article

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

Pseudocode 4

Test Lizard:
Input:
m = 960
n = 608
l = 256
t = 2
p = 256
q = 1024
//...
Output:
plaintext =
0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,//…
result =
0,0,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,//…
Success!