Index of /pub/mirrors/btcbase.org/patches/eucrypt_ch12_wrapper_rsa_oaep_c_ada/hunk/eucrypt

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] eucrypt.gpr.html 2020-10-16 14:05 4.5K [DIR] lib/ 2020-10-16 14:05 - [DIR] mpi/ 2020-10-16 14:04 - [DIR] smg_bit_keccak/ 2020-10-16 13:56 - [DIR] smg_comm/ 2020-10-16 13:56 - [DIR] smg_keccak/ 2020-10-16 14:05 - [DIR] smg_rsa/ 2020-10-16 14:05 - [DIR] smg_serpent/ 2020-10-16 13:56 -
v
- A976F2C32BE38E652BCA4BAA0963329A25131672730379A949EA701E3E34D0CF6C48AABB42AD61A2741FDDF2C5E24B8F878F63AD23672BDC9F0D4B7BA164E07D
+ 82F1271903C039FFBA8620C425BEB86CB3E0B585D1B6EC61FF2ECB79F60EB7700093EEE06760B24745710036A541381A33FD262F05D1D4F561851044A6D39CDB
eucrypt/README
(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