An open API service indexing awesome lists of open source software.

https://github.com/hacker-code-j/gift

Lightweight Block Cipher GIFT-64 and GIFT-128
https://github.com/hacker-code-j/gift

blockcipher c gift lightweight-cryptography symmetric-key-cryptography

Last synced: 3 months ago
JSON representation

Lightweight Block Cipher GIFT-64 and GIFT-128

Awesome Lists containing this project

README

        

# GIFT
Lightweight Block Cipher GIFT-64 and GIFT-128

| Specification | $\texttt{GIFT-64-128}$ | $\texttt{GIFT-128-128}$ |
| ---- | ---- | ---- |
| Block Size (bits) | 64 | 128 |
| Key Size (bits) | 128 | 128 |
| Round Key Size (bits) | 32 | 64
| Number of Rounds | 28 | 40
| Design Strategy | Substitution-Permutation Network |Substitution-Permutation Network |