(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.