File nut/include/contrib/crypto/grain.h
Included Files
#include <nut/include/include/stdint.h>
Preprocessor definitions
\file grain.h * \author Daniel Otte * \email daniel.otte@rub.de * \license GPLv3 or later * \brief implementation of the Grain streamcipher
#define GRAIN_H_
Typedef grain_ctx_t
typedef struct gain_ctx_st grain_ctx_t
struct gain_ctx_st
{
uint8_t lfsr[10];
uint8_t nfsr[10];
}