forked from arkworks-rs/ripp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhalf_hpa_performance.txt
60 lines (60 loc) · 1.65 KB
/
half_hpa_performance.txt
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
Benchmarking HPA_with_zk with vector length: 1
1) Pairing inner product...
proving time: 27 ms
verification time: 23 ms
result : true
Benchmarking HPA_with_zk with vector length: 2
1) Pairing inner product...
proving time: 79 ms
verification time: 45 ms
result : true
Benchmarking HPA_with_zk with vector length: 4
1) Pairing inner product...
proving time: 136 ms
verification time: 71 ms
result : true
Benchmarking HPA_with_zk with vector length: 8
1) Pairing inner product...
proving time: 201 ms
verification time: 97 ms
result : true
Benchmarking HPA_with_zk with vector length: 16
1) Pairing inner product...
proving time: 275 ms
verification time: 123 ms
result : true
Benchmarking HPA_with_zk with vector length: 32
1) Pairing inner product...
proving time: 372 ms
verification time: 148 ms
result : true
Benchmarking HPA_with_zk with vector length: 64
1) Pairing inner product...
proving time: 522 ms
verification time: 174 ms
result : true
Benchmarking HPA_with_zk with vector length: 128
1) Pairing inner product...
proving time: 759 ms
verification time: 201 ms
result : true
Benchmarking HPA_with_zk with vector length: 256
1) Pairing inner product...
proving time: 1142 ms
verification time: 227 ms
result : true
Benchmarking HPA_with_zk with vector length: 512
1) Pairing inner product...
proving time: 1854 ms
verification time: 253 ms
result : true
Benchmarking HPA_with_zk with vector length: 1024
1) Pairing inner product...
proving time: 3211 ms
verification time: 277 ms
result : true
Benchmarking HPA_with_zk with vector length: 2048
1) Pairing inner product...
proving time: 5871 ms
verification time: 302 ms
result : true