1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
/* Generated automatically, do not edit. */
#define N_384 \
{0xb06b4de3, 0x1006214f, 0xaa3c8cae, 0x6c568477, \
0xb8c8d8b2, 0x08684070, 0x3b9ba674, 0x739e0eec, \
0x950a0d8a, 0xb6b7443d, 0xfebe690c, 0xe2810099}
#define M_384 \
{0x00d1bda6, 0x6c3babf4, 0xe418ec5b, 0x18435414, \
0x5ed5b8aa, 0x0b62f138, 0x84551519, 0x1e94e625, \
0x0901814a, 0x138eda05, 0x56b54f83, 0x1cd7605d}
#define D_384 \
{0xad24a30c, 0x766d8dc3, 0xe2100b02, 0x24d1c4b0, \
0xbb6a6342, 0x577df9be, 0x89bb1ec3, 0xdc3259f0, \
0x1a343f93, 0x57a12599, 0xa328ae2f, 0xf85ef401}
#define S_384 \
{0x65752d0f, 0x9a017293, 0x36bfa115, 0x4a7a81fc, \
0xa76b945b, 0x49a3f645, 0x76801499, 0xb98e6a16, \
0xd2467b6a, 0x75b7d614, 0x0fff0fde, 0xb31d1819}
#define N_512 \
{0xef78b4ed, 0xaee1cc78, 0x659b9935, 0x39d5f5e1, \
0xa47c2b29, 0x5a38e8c4, 0x85e2b846, 0xa354614f, \
0xde1f94ee, 0x7462ba8f, 0x991ffec3, 0x6172bc7a, \
0x11784156, 0x572b6e41, 0xa23fa8d0, 0x257ae8f7}
#define M_512 \
{0x005536b6, 0x43ea651f, 0x2fd3c70a, 0xa83659cb, \
0xd0c1f47b, 0xa8033730, 0x29c6b082, 0x6db48613, \
0x6b4f769c, 0x6bf531ff, 0x247d6d76, 0xea4ad050, \
0xdc0e82cc, 0xedf5fd1c, 0xe07abb51, 0x92204551}
#define D_512 \
{0xc9686c43, 0xbbe28d66, 0x758ef8bc, 0x9b7828e5, \
0x2ec2804a, 0xb76745de, 0x83fcbba0, 0x2d9eba78, \
0x215f4cc2, 0xf49387b3, 0x8ed0b9dc, 0x6c129231, \
0x944368be, 0xdbf2db79, 0x16323c49, 0x34cdf801}
#define S_512 \
{0xcc2fc6b6, 0xe4849987, 0x75773499, 0xcb0792b0, \
0xe79f4600, 0xb2d739c5, 0x1a661ac6, 0xd3bf2db5, \
0xfd1e029d, 0xfe887387, 0x4312635f, 0xb2b54b8d, \
0x5d3b379e, 0x161eaa4f, 0xedfd932b, 0x780f0203}
|