rootfinal.c
1.64 KB
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
#include <PR/bbtypes.h>
const BbRsaPublicKey4096 gRootKey = {
0xd326858d, 0x3b15d8a7, 0xdec64d0f, 0x6ebd9482,
0x7ebe82a4, 0x3a5ab8cc, 0xdb8dc14a, 0xe9117d95,
0xe5b91f62, 0x1839e4e1, 0x226e0c35, 0x0414a413,
0x334cd886, 0xaf984a6b, 0x1dfded15, 0x34782d40,
0xee2949e8, 0x861a05fe, 0xf7eb1059, 0x3f2b1618,
0x18a508d1, 0x0072cafc, 0x02ca8625, 0x262290ad,
0x6fd8a9a3, 0xecc0fb0c, 0xf9dae660, 0x64f6dfba,
0x67fa4e42, 0x348ceb9f, 0x4c938595, 0xe8feea9a,
0x4abf5aa7, 0xdcb67be5, 0x1bd5cd20, 0x709374f7,
0xfc0d15ca, 0x3227f85e, 0x2ddba349, 0x0026054e,
0xb3e11259, 0x27bde21c, 0x504092b9, 0x01536899,
0x109494dd, 0x77a45d8f, 0x6dc7b24c, 0x0d82798a,
0xa47c941c, 0x9e8588e4, 0x711eb76c, 0xd75e4fc0,
0xbd5c2bb0, 0x04ae9a7f, 0x5a28f7b3, 0xa01ab9e3,
0xae4f1292, 0xb82abb05, 0x4c7fcf04, 0x3b65d392,
0x14c62b17, 0x223a35a1, 0x7bb2fb73, 0x8f69b183,
0x746c5a1f, 0x89cffa66, 0x4adae330, 0xfb57a799,
0xf46b2972, 0xdcade801, 0x0eb9e03d, 0x403eb087,
0x55c4e688, 0x42c45a5b, 0xf6dadbbc, 0xa08aa0a2,
0xee3fffc1, 0x6fa7d154, 0x56341eb7, 0xa4a48028,
0xd163670d, 0xd1d294cb, 0xc6bc1c30, 0x0c9d29cb,
0xf82f6ff7, 0xeff961a2, 0x7af776f6, 0xbf7e2567,
0x79a0d949, 0x9eae778f, 0xfad08294, 0x3700bec9,
0xc85f3163, 0xade1fe4d, 0x0c504daa, 0xec845bf8,
0xfaaf2bce, 0x08b201c0, 0x3cd499d1, 0xf7066a6d,
0xba662eb5, 0x6f3b80a3, 0x31af35df, 0xf5278e0b,
0x5d3d07e7, 0xfb68ff27, 0x64981bfc, 0xb1715c69,
0x13b1eccc, 0xc851b68e, 0x18615de1, 0x6d82f559,
0xa8d091d6, 0xd93ce98d, 0xebdc2e29, 0x7ca56114,
0x65e3bbc9, 0xbed0fda4, 0x9c645606, 0x9e5aff38,
0x89bcac2e, 0x52b2e00a, 0xb98f7e62, 0x84ac6fce,
0x9e896655, 0xe84cad6a, 0x4fe6c5bc, 0xb33c4117,
};
const BbRsaExponent gRootExp = 0x010001;