Skip to content

Implementation of the lightweight block cipher KLEIN in VHDL.

License

Notifications You must be signed in to change notification settings

huljar/klein-vhdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KLEIN block cipher - VHDL implementation

This is an implementation of the KLEIN lightweight block cipher as described in this paper. It encrypts individual blocks of 64 bit length with either a 64, 80, or 96 bit key.

Implementation

The key size to use is specified via an enum, which is passed as generic parameter k to the klein_top top level module.

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 lightweight block cipher KLEIN in VHDL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages