File nut/include/contrib/crypto/noekeon.h


Included Files

* \file noekeon.h * \author Daniel Otte * \email daniel.otte@rub.de * \date 2008-04-11 * \license GPLv3 or later * \brief Implementation of the Noekeon block cipher * \ingroup Noekeon * This is an implementation of the Noekeon block cipher. * For more details on Noekeon see http://gro.noekeon.org/


Preprocessor definitions

#define NOEKEON_H_

Typedef noekeon_ctx_t

\typedef noekeon_ctx_t * \brief holds key data for indirect mode * * A variable of this type may hold the key data for the indirect mode. * For direct mode simply pass the key directly to the encryption or * decryption function.

typedef uint8_t noekeon_ctx_t[16]