Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG being
authorAndy Polyakov <appro@openssl.org>
Mon, 22 Dec 2008 15:21:59 +0000 (15:21 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 22 Dec 2008 15:21:59 +0000 (15:21 +0000)
commit830457ce4fc9c7699900eff53bb4cfc0d4203ed4
tree424bcb46bf564bb5f379e421f6f5744c8541ec17
parentea4d5005d957e5908e2d860cf18416f3f626f9a3
Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG being
unsigned long must be attributed to 16-bit support. As we don't support
16-bit platoforms anymore, there is no reason to waste twice required
space on CAST S-boxes (16KB vs. 8KB) or key schedule.
crypto/cast/cast.h