TritonVM / tasm-lib

A collection of functions written in Triton VM assembly (tasm)
Apache License 2.0
11 stars 2 forks source link

Add snippets for taking XFE to the power of $2^n$ #93

Closed Sword-Smith closed 5 months ago

Sword-Smith commented 5 months ago

Since our generic mod_pow_u32_generic snippet for taking the $n^{th}$ power of an XFieldElement is slow, and we only ever need one for the $2^{n}$ power, we should make a special snippet for that and save 500-1000 in table height.