(1 . 5)(1 . 11)
5 This is the EuCrypt library that Eulora server (S.MG) uses for its communication needs.
6
7 To compile the whole EuCrypt library, simply run in the eucrypt folder (the -O3 switch is needed for specifying optimisation level for Serpent - if you don't care about that, you can skip this switch):
8 gprbuild -O3
9
10 To cleanup (recursively), simply run in the eucrypt folder:
11 gprclean -r
12
13 To understand EuCrypt, start from http://www.dianacoman.com/2017/12/07/introducing-eucrypt/
14
15 Components:
(23 . 6)(29 . 3)
17 RSA implementation using TMSR specification.
18 Implemented in C.
19
20 6. smg_comm
21 Communications for Eulora (server <-> client). Relies on all the other components.
22