You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.