MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / MulAcc

Method MulAcc

ecgo/builder/api.go:43–45  ·  view source on GitHub ↗
(a, b, c frontend.Variable)

Source from the content-addressed store, hash-verified

41}
42
43func (builder *builder) MulAcc(a, b, c frontend.Variable) frontend.Variable {
44 return builder.Add(builder.Mul(b, c), a)
45}
46
47// Sub computes the difference between the given variables.
48// When more than two variables are provided, the difference is computed as i1 - Σ(i2...).

Callers 1

AssertIsCrumbMethod · 0.95

Calls 2

AddMethod · 0.95
MulMethod · 0.95

Tested by

no test coverage detected