zkp icon indicating copy to clipboard operation
zkp copied to clipboard

Change assignment structs to avoid redundant compressions / decompressions

Open hdevalence opened this issue 6 years ago • 0 comments

Currently the ProveAssignments and VerifyAssignments force redundant compressions / decompressions because they require that all assignments are either compressed or uncompressed. Instead, they should use an enum to allow either or both (i.e., if the caller has both the compressed and uncompressed forms, there should be no additional work).

hdevalence avatar Jan 18 '20 01:01 hdevalence