Grain-128AEAD / Grain-128AEAD-sw-ref

The official reference implementation for Grain-128AEAD

Home Page:https://grain-128aead.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grain-128AEAD-sw-ref

The C reference implementation of the stream cipher Grain-128AEAD. Note that this implementation is meant to be close to hardware, i.e., it is not implemented to be run in software, hence it should no be used in benchmarking due to bad performance.

In the NIST folder, there are two versions of Grain. One reference implementation, same as in this folder, following NISTs API calls, and one optimized version that may be used in benchmarking.

For optimized hardware implementations, see the Grain-128AEAD-VHDL repository.

About

The official reference implementation for Grain-128AEAD

https://grain-128aead.github.io

License:MIT License


Languages

Language:C 95.6%Language:Makefile 3.6%Language:C++ 0.9%