This struct provides schoolbook multiplication in GF(2^128).
This class provides table driven multiplication in GF(2^128). The 64k table is rather large and probably won't fit into the cache. Use the 8k table to avoid timing based leaks.
This struct provides table driven multiplication in GF(2^128).
This struct provides hardware accelerated multiplication in GF(2^128) using the Intel PCLMULQDQ instruction.
test if T is a GCM multiplier