0xPolygonZero / plonky

Recursive SNARKs based on Plonk and Halo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vectorise modular multiplication

unzvfu opened this issue · comments

There are several ways to vectorise modular multiplication (see Section 4 of this article for example). In some cases we may be able to write high-level code from which the compiler will generate SSE or AVX instructions; in other cases we may have to write the assembly ourselves.