Author :
jsing
Date :
2025-05-17 14:43:17
Hash :8c960797 Message :Remove TABLE_BITS from gcm128.
TABLE_BITS is always currently defined as 4 - 8 is considered to be
insecure due to timing leaks and 1 is considerably slower. Remove code
that is not regularly tested, does not serve a lot of purpose and is making
clean up harder than it needs to be.
ok tb@