Skip to content

0.6.0

Compare
Choose a tag to compare
@DanieleDiBenedetto DanieleDiBenedetto released this 28 Jun 13:21
· 1 commit to master since this release
46a3ce6
  • Removed hardcoded rust version
  • Fix the assembler optimization (previous version works just on nightly)
  • Remove the fixed dependencies version
  • Fix the linear combination representation: previous version can have more than one element in the sparse matrix for the same cell: that can leads to different pk/vk across rust versions. In order to check the vk generate with an old version you should use the gingerlib version 0.5.0. The Olds pk/vk will continue to works with this version.