Skip to content

Implementation of the PRESENT lightweight block cipher in VHDL.

License

Notifications You must be signed in to change notification settings

huljar/present-vhdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRESENT block cipher - VHDL implementation

This is an implementation of the PRESENT lightweight block cipher as described in this paper. It encrypts individual blocks of 64 bit length with an 80 or 128 bit key. The desired key length can be set via the generic k (either K_80 or K_128).

Xilinx Vivado project file

The Vivado project file (*.xpr) is configured to use the Digilent Zybo FPGA board for synthesis. This board is not available by default in Vivado (at least not if you are using the WebPACK edition). To obtain the required board files for the Zybo (and other boards by Digilent), refer to this wiki entry.

License

The code is licensed under the terms of the MIT license. For more information, please see the LICENSE.md file.

About

Implementation of the PRESENT lightweight block cipher in VHDL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages