constants.c 265 Bytes
Newer Older
Martin Schläffer committed
1 2 3 4 5 6 7 8 9
#include "constants.h"

#if !ASCON_UNROLL_LOOPS

const uint8_t constants[] = {0xc, 0xc, 0x9, 0xc, 0xc, 0x9, 0x9, 0x9,
                             0x6, 0xc, 0x3, 0xc, 0x6, 0x9, 0x3, 0x9,
                             0xc, 0x6, 0x9, 0x6, 0xc, 0x3, 0x9, 0x3};

#endif