- 4983488AC0CC9138C74AF005F6D96D29BF589323D25AE661408AE12F5E49DE0F6AE8CC9530D6559E265351F506F41EC54865E6C878936F256FDBA606BC7561F0
+ 9E32E76F287572BED444C90CA2AEFEE7D63D7512C78D7FADF949FEC59BA1970A56DD72B1B701023786D1D840D10CC63D39E9BBD614920F8299E43F147036FA4A
eucrypt/manifest
(20 . 3)(20 . 4)
5 543780 eucrypt_fix_256 diana_coman Fix the error in smg_oaep.adb that used 255 instead of 256 when calculating/retrieving length stored on 2 octets.
6 545170 eucrypt_ch14_crc32 diana_coman A simple implementation of CRC32 checksum using a lookup table. The CRC32 lib can be compiled on its own or together with the whole EuCrypt.
7 552693 eucrypt_ch15_arbitrary_e diana_coman Changes to allow the user to pick their desired length for the public exponent when generating a new pair of RSA keys.
8 567195 eucrypt_ch16_bytestream_keccak diana_coman Changes the workhorse keccak implementation to get rid of the wasteful bitstream input/output and work instead with bytestream input/output.