-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2048_hs_costs.json
90 lines (90 loc) · 2.67 KB
/
2048_hs_costs.json
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
{
"client": {
"mbedtls_ssl_handshake": {
"TLS-PSK": {
"avg": 1353865.2631578948,
"stdev": 51288.64484555589
},
"TLS-RSA-PSK": {
"avg": 4543238.266666667,
"stdev": 76038.45043554014
},
"TLS-ECDHE-PSK": {
"avg": 55805137.90909091,
"stdev": 138561.169291728
},
"TLS-RSA": {
"avg": 4558935.260869565,
"stdev": 68078.47023987526
},
"TLS-ECDH-RSA": {
"avg": 57412268.84615385,
"stdev": 122298.48573050428
},
"TLS-ECDHE-RSA": {
"avg": 58608367.15384615,
"stdev": 214573.62090389326
},
"TLS-DHE-PSK": {
"avg": 135442517.84210527,
"stdev": 309750.60608285485
},
"TLS-DHE-RSA": {
"avg": 138197524.2222222,
"stdev": 198703.96797736
},
"TLS-ECDH-ECDSA": {
"avg": 112585305.61538461,
"stdev": 128326.50785304028
},
"TLS-ECDHE-ECDSA": {
"avg": 168954007.3529412,
"stdev": 267634.87221351155
}
}
},
"server": {
"mbedtls_ssl_handshake": {
"TLS-PSK": {
"avg": 1382848.7368421052,
"stdev": 50736.62839917321
},
"TLS-RSA-PSK": {
"avg": 77368867.66666667,
"stdev": 275573.6199127368
},
"TLS-ECDHE-PSK": {
"avg": 56020895.45454545,
"stdev": 147824.50990438875
},
"TLS-RSA": {
"avg": 77260738.39130434,
"stdev": 239417.7003183005
},
"TLS-ECDH-RSA": {
"avg": 29154666.307692308,
"stdev": 127699.11888066196
},
"TLS-ECDHE-RSA": {
"avg": 132433386.23076923,
"stdev": 379327.2282335648
},
"TLS-DHE-PSK": {
"avg": 135535408.9473684,
"stdev": 232954.82557317932
},
"TLS-DHE-RSA": {
"avg": 212251542.16666666,
"stdev": 364611.2836323492
},
"TLS-ECDH-ECDSA": {
"avg": 29094319.846153848,
"stdev": 111114.09364391041
},
"TLS-ECDHE-ECDSA": {
"avg": 86096716.05882353,
"stdev": 192885.35989560955
}
}
}
}