Open
Description
Mulhigh for polynomials is exactly the same operation as mullow, just reindexed, so we ought to make it exactly as performant in all cases.
Upside: in Newton division and reduction with precomputed inverses, we could just do a mulhigh instead of reversing the operands, doing a mullow, and reversing the result.
Metadata
Metadata
Assignees
Labels
No labels