I downloaded grain 128 program code from the ecrypt website http://www.ecrypt.eu.org/stream/grainp3.html for carrying out my research on grain-128. I couldn't setup the estream software setup framework and run original grain 128.So I modified the same C program to work independently but unfortunately I don't have any sample input output pairs(key, IV, output keystream) for testing the code. Can somebody help me?
Asked
Active
Viewed 415 times
0
-
Did you check the test vectors, verified or not, in *any* of the plethora of documents at the site you linked in your question? – WhozCraig Jul 12 '18 at 06:40
-
I checked. In the grain-128 zipped folder, there is a file named 'test vectors.c' where key and iv are given but corresponding keystream bits are not given. – Hridya P R Jul 12 '18 at 07:28