gnark_recursive_proof

command
v0.0.0-...-a21f340 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2024 License: AGPL-3.0 Imports: 17 Imported by: 0

README

This example is faulty since Commit returns a compile-time random number.

Also, this example requires a patching on gnark frontend/variable.go to recognize our expression type:

func IsCanonical(v Variable) bool {
	switch v.(type) {
	case expr.LinearExpression, *expr.LinearExpression, expr.Term, *expr.Term:
		return true
	}
	if reflect.TypeOf(v).String() == "expr.Expression" {
		return true
	}
	return false
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL