Skip to content

fanajib5/grain-v1-stream-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Grain v1 Stream Cipher

Grain v1 stream cipher encryption written in C

Link to paper

Code

  • grain.h : definition of structures and functions that used
  • grain.c : definition of file for performing encryption/decryption along with main