- F95012EFAB511D8BCB069CE2676F236FDA68421D6FC55A6E0E8682F4F16F731B3DFF9A1900012F92011D253C2749BD264ED493E33DE8575C5B8A205DDEA31310
+ A976F2C32BE38E652BCA4BAA0963329A25131672730379A949EA701E3E34D0CF6C48AABB42AD61A2741FDDF2C5E24B8F878F63AD23672BDC9F0D4B7BA164E07D
eucrypt/README
(2 . 3)(2 . 27)
5
6 To understand EuCrypt, start from http://www.dianacoman.com/2017/12/07/introducing-eucrypt/
7
8 Components:
9 1. mpi
10 Arbitrary length integers and operations.
11 Implemented in C.
12
13 2. smg_bit_keccak
14 Bit-level implementation of the Keccak sponge according to The Keccak Reference v 3.0.
15 Implemented in Ada.
16
17 3. smg_keccak
18 Word (64 bits) level implementation of the Keccak sponge according to The Keccak Reference v 3.0.
19 Implemented in Ada.
20
21 4. smg_serpent
22 Serpent hash method.
23 Implemented in Ada.
24
25 5. smg_rsa
26 RSA implementation using TMSR specification.
27 Implemented in C.
28
29 6. smg_comm
30 Communications for Eulora (server <-> client). Relies on all the other components.
31