Skip to content

Latest commit

 

History

History

sequential

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sequential AES

encrypt.cpp holds the vanilla AES implementation on a CPU. It takes every input file in the dataset and encrypts them one file at a time at 16bytes at a time. Very slow.