Extend bitslice multiplication to e=3,4,...

Issue #1 resolved
Martin Albrecht repo owner created an issue

Bit-sliced multiplication is only implemented for GF(2^2). However, at least for very small //e//, it is more efficient than the standard implementation of matrix multiplication.Thus, it should also be implemented for bigger //e//. Note that either a more clever way of coming up with multiplication formulas must be implemented first or a separate formula for each modulus must be implemented.

Comments (1)

  1. Log in to comment