Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BenchCompressionE2ECompilation ¶
func BenchCompressionE2ECompilation(dict []byte, name string) (constraint.ConstraintSystem, error)
func Decompress ¶
func Decompress(api frontend.API, c []frontend.Variable, cLength frontend.Variable, d []frontend.Variable, dict []byte, level lzss.Level) (dLength frontend.Variable, err error)
Decompress decompresses c into d using dict as the dictionary It returns the length of d as a frontend.Variable
Types ¶
Click to show internal directories.
Click to hide internal directories.