- 8C55EF6A254359BF52A32B6D58F2A954184505EE4294B2CD1F7F6DD29911B873ABA792EB6B88F9D62653CCB3D6D0FDDF88146635729154848FAC78BE60418BA2
+ 268276F725EBBBF0EB0E11ADCD2516571ACB8958068B17040E1FB841A2EDD44878D73C932982D70C4192B70C43F2CC9EDF699380AA98FE15A968D81BFC911B14
smg_comms/manifest
(8 . 3)(8 . 4)
5 549511 smg_comms_skeys_smsgs diana_coman Defines data structures and message types as well as methods for reading/writing Serpent keysets to/from Serpent messages.
6 549785 smg_comms_io_rsa_tests_only diana_coman Small refactoring of tests extracting the reading of RSA key into package of its own so it can be used throughout tests and thus get rid of the too long lines in test_packing.adb.
7 550310 smg_comms_keymgm diana_coman Adds read/write for Keys Management messages (both Serpent and RSA). Refactors the read/write of Serpent Keys messages so that the same core is called by RSA/Serpent specific-methods, adding also read/write of keys from/to RSA messages.
8 551086 smg_comms_files diana_coman Adds read/write for File Transfer (4.3) and File Request (4.4). Refactors the rest to have read/write of 16 bits values in one single place (i.e. separate method called from everywhere else) because of how common it is + sensitive to endianness.