- 093BE13909EE7CD2A1A381C45A35E93CE3D7491987ADF948FF44E5D94E201CE78410D6CB72B67B046979E45AAA6B20EE05079F30A922467ED6BD7F76F28217E1
+ 7E1D9C77E461686BA11E96F1F50ADFB9B9B9749714940766072489C1E3B9ACDE5A892C7422CE2EAF6712AF95317DFA09984CE8EC57D1E69A9674F85650BE7287
smg_comms/manifest
(4 . 3)(4 . 4)
5 547275 smg_comms_c_wrappers diana_coman C wrappers for RSA and MPI methods that are needed by SMG Comms (so that they can be called from Ada using only arrays of octets as inputs/outputs).
6 547983 smg_comms_rsa_oaep diana_coman RSA with OAEP from ADA using the c_wrappers for RSA only. It includes reading from FG in Ada and repeat of OAEP until first octet is < first octet of key's modulus (i.e. without going through MPI for comparison).
7 548433 smg_comms_packing_rsa diana_coman Packing/Unpacking RSA messages <-> RSA packets of Eulora's communication protocol.
8 548894 smg_comms_80cols diana_coman Changes tests for RSA to read the key from a file in order to avoid lines > 80 columns in the code itself.