TritonVM / tasm-lib

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

feat: Univariate batching #85

Closed aszepieniec closed 6 months ago

aszepieniec commented 6 months ago

Add a snippet for computing the inner product between an array of "coefficients" and an equal-length array consisting of powers of a single scalar called "indeterminate". This snippet can be used for univariate polynomial evaluation or for univariate batching to compute a random linear combination.

Sword-Smith commented 6 months ago

LGTM