- 74EC120B48CC4434D960AF06970594E47C843327FB3C12314CF1C68B7C5FD0899BF402E431398D0C5FF1F12B9151A9EB87915CBE4746E537FDC3376948F596AF
+ 8C55EF6A254359BF52A32B6D58F2A954184505EE4294B2CD1F7F6DD29911B873ABA792EB6B88F9D62653CCB3D6D0FDDF88146635729154848FAC78BE60418BA2
smg_comms/manifest
(7 . 3)(7 . 4)
5 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.
6 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.
7 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.
8 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.