- 36DD3853F41604790D69B6DB28D86933A068B0F5D64CF2224E7FD3371497E21A92B0DBB84E4367B112C55F57F35A6EC076A8E04729EA7FD8F87BBD79D846C95D
+ 2A4614FC51EA98BBBB2615F7854637F84C278724FFB6468AA0D140C7B4EBEC5D8C590AD3F5540690C7916E52B0C914EBE627E6E4B0B6A1B237CD47702D9CB2D1
eucrypt/manifest
(18 . 4)(18 . 4)
577 521090 eucrypt_ch13_smg_rng diana_coman Adds methods for obtaining random values directly from bits obtained from the entropy source. Following specific types are supported: unsigned int on 32 bits, unsigned int on 64 bits, dirty float between 0 and 1, float IEEE 754/1985 between 1 and 2.
578 527560 eucrypt_manifest diana_coman Adds this manifest file that should be modified each time a new patch is added to EuCrypt.
579 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.
580
581 545451 eucrypt_crc32_div ave1 An alternative simple implementation of the CRC32 checsum using modulo 2 division (XOR).