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
Copy file name to clipboardExpand all lines: thesis/chapters/07_conclusion.tex
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ \chapter{Summary and Conclusion}
2
2
3
3
In this thesis, I presented \acrlong{abe} and evaluated its practical feasibility on constrained \acrshort{iot} nodes.
4
4
More specifically, I implemented an \acrfull{abe} library with two schemes and evaluated it on an ARM Cortex-M4 SoC.
5
-
To this end, I had to modify the underlying elliptic curve and pairing library \texttt{rabe-bn} to run on embedded systems.
5
+
To this end, I had to modify the underlying elliptic curve and pairing library \texttt{rabe-bn} to run in a bare-metal environment.
6
6
For the evaluation of the library, all four \acrshort{abe} algorithms (Encrypt, Decrypt, Setup and KeyGen) were tested on the embedded SoC.
7
7
8
-
Computing the underlying primitives for \acrshort{abe} on the SoC is feasible, but comes at a rather high price.
8
+
Computing the underlying primitives for \acrshort{abe} on the SoC is feasible, but comes at a rather high cost.
9
9
Comparison with other pairing implementations shows that there is some room for improvement here, but the the operations remain expensive.
10
10
In addition to computation time, memory size is a major bottleneck for pairing-based implementations.
11
11
% The GPSW scheme is limited to small and medium policies for key generation and decryption.
@@ -27,5 +27,5 @@ \chapter{Summary and Conclusion}
27
27
Further research in this area is needed.\\
28
28
29
29
In short, \acrfull{abe} seems feasible on the considered hardware, especially if only encryption is needed and the number of attributes isn't too large.
30
-
Still, \acrshort{abe} comes at a high price in runtimes and memory consumption.
31
-
Especially decryption with the pairing-based scheme is infeasible because runtimes are very long and only \glspl{access-tree} with few layers can be used.
30
+
Still, \acrshort{abe} comes at a high cost in runtimes and memory consumption.
31
+
Especially decryption with the pairing-based scheme is not feasible because runtimes are very long and only \glspl{access-tree} with few layers can be used.
0 commit comments