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.
initialize the multiplicator
Multiply x by H and store result in x.
See Implementation
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.