-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
94 lines (94 loc) · 2.17 KB
/
config.json
File metadata and controls
94 lines (94 loc) · 2.17 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"runtime" : "SEAL-HEVM",
"rescalingFactor" : 60,
"polynomialDegree" : 32768,
"levelLowerBound" : 1,
"levelUpperBound" : 13,
"bootstrapLevelLowerBound" : -1,
"bootstrapLevelUpperBound" : -1,
"latencyTable" : {
"earth.rotate_single" :
[
3828, 7966, 13584, 20933, 28832,
40137, 51080, 64134, 78216, 94012,
110653, 131245, 150699
],
"earth.rescale_single" : [
1926, 3119, 4525, 5706, 6901,
8198, 9570, 10781, 12339, 13339,
14488, 17418, 17418
],
"earth.modswitch_single" : [
48, 86, 156, 208, 286,
315, 391, 457, 536, 622,
717, 895
],
"earth.add_single" : [
50, 98, 153, 209, 269,
335, 409, 472, 561, 638,
709, 800, 2650
],
"earth.add_double" : [
85, 204, 250, 339, 421,
531, 615, 723, 827, 1021,
1093, 1251, 3120
],
"earth.mul_single" : [
211, 421, 642, 853, 1120,
1260, 1509, 1726, 2031, 2270,
2518, 2918, 4990
],
"earth.mul_double" : [
4363, 9172, 15658, 23517, 33974,
43235, 56611, 68785, 85137, 101308,
119907, 137953, 160732
]
},
"noiseTable" : {
"earth.rotate_single" : [
1243767652.125024,
3053517076.303607,
4202768329.642825,
5839542263.660615,
6982415435.517867,
9066416705.357107,
10703926878.339247,
13029700700.035797,
14563337546.892847,
15257531833.982080,
17555923920.678551,
18115173373.499962,
19223819509.410683
],
"earth.rescale_single" : [
29041012.461168,
28989829.196367,
30513059.012577,
29249886.451856,
29939898.437991,
30011344.885873,
29425438.800167,
29278080.626328,
29791926.468794,
29763853.483675,
29026441.533765,
29574204.309626,
29574204.309626
],
"earth.mul_double" : [
912420980.422666,
1626939697.436701,
2841237898.166427,
5216678287.872595,
4656426194.539523,
6498252289.502644,
4454104710.442873,
4809761973.565252,
4954123191.027460,
7101044074.407553,
8247373646.850708,
6977441673.353531,
8918871036.187374
]
}
}