Skip to content

Nexus-TYF/bitsliced-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitsliced AES

A basic bitwise AES-128 circuit.

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

$ ./AES

Reference

  1. Joan Boyar and Rene Peralta. New logic minimization techniques with applications to cryptology. Cryptology ePrint Archive, Report 2009/191, 2009.
  2. Canright D., Osvik D.A. (2009) A More Compact AES. In: Jacobson M.J., Rijmen V., Safavi-Naini R. (eds) Selected Areas in Cryptography. SAC 2009. Lecture Notes in Computer Science, vol 5867. Springer, Berlin, Heidelberg.

About

A simple bitsliced implementation of AES.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published