Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Klein cipher was added
  • Loading branch information
hadipourh authored Aug 17, 2019
1 parent d7d60f3 commit 7ddff95
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The motivation of creating this repository is to have a centralized point where
to contribute.

## Contents

1. [CRAFT](#craft)
2. [AES](#aes1)
3. [Skinny](#skinny1)
4. [Skinny64](#skinny2)
5. [Present](#present1)
6. [Prince](#prince1)
7. [Klein](#klein1)

1. [License](#license)

Expand Down Expand Up @@ -80,6 +80,16 @@ This is an implementation of the PRESENT lightweight block cipher as described i

This is an implementation of the PRINCE lightweight block cipher as described in [this paper](https://eprint.iacr.org/2012/529). It encrypts individual blocks of 64 bit length with a 128 bit key.

<a name="klein1"></a>
## Klein

*A VHDL implementation of the Klein cipher*

* Developer: [Julian Harttung](https://github.com/huljar)
* [Official Repository](https://github.com/huljar/klein-vhdl)

This is an implementation of the KLEIN lightweight block cipher as described in [this paper](https://link.springer.com/chapter/10.1007/978-3-642-25286-0_1). It encrypts individual blocks of 64 bit length with either a 64, 80, or 96 bit key.

<a name="license"></a>
# License
To do

0 comments on commit 7ddff95

Please sign in to comment.