You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have run the benchmarks on an Apple M1 Pro machine with 16 GB of RAM, on macOS 12.6.
105
124
106
-
Note that single signatures in batch compat version does not depend on any variable and size of an individual signature is `176` bytes.
125
+
> Note that single signatures in batch compat version does not depend on any variable and <mark> the size of an individual signature is 176 bytes. </mark>
107
126
108
127
```shell
109
128
+----------------------+
110
129
| Size of benchmarks |
111
130
+----------------------+
112
-
| Results obtained by using the parameters suggested in paper.
131
+
| Results obtained by using the parameters suggested by the paper.
113
132
+----------------------+
114
133
+----------------------+
115
134
| Aggregate signatures |
116
135
+----------------------+
117
136
+----------------------+
118
137
| Hash: Blake2b 512 |
119
138
+----------------------+
120
-
k = 445 | m = 2728 | nr parties = 3000; 118760 bytes (old version = 356632 bytes)
139
+
k = 445 | m = 2728 | nr parties = 3000; 118760 bytes
121
140
+----------------------+
122
141
| Hash: Blake2b 256 |
123
142
+----------------------+
124
-
k = 445 | m = 2728 | nr parties = 3000; 99384 bytes (old version = 222536 bytes)
143
+
k = 445 | m = 2728 | nr parties = 3000; 99384 bytes
125
144
+----------------------+
126
145
+----------------------+
127
146
| Aggregate signatures |
128
147
+----------------------+
129
148
| Hash: Blake2b 512 |
130
149
+----------------------+
131
-
k = 554 | m = 3597 | nr parties = 3000; 133936 bytes (old version = 419808 bytes)
150
+
k = 554 | m = 3597 | nr parties = 3000; 133936 bytes
132
151
+----------------------+
133
152
| Hash: Blake2b 256 |
134
153
+----------------------+
135
-
k = 554 | m = 3597 | nr parties = 3000; 113728 bytes (old version = 261488 bytes)
0 commit comments