-
Otherwise you get a false sense of security
-
Hello, I tried to download the downloader for Microsoft edge and when I try to install it by downloading the crx file the message "Package is invalid: 'CRX_REQUIRED_PROOF_MISSING'. I don't know what t…
-
# Summary
Make the proof of agency status label on the partner profile consistent between bank and partner views
# Why
Makes communication between bank and partner slightly less confusing
# Details…
-
In the base proof config algorithm the inputs don't list the unsecured document however it is asked to set the proof `@context` to match it.
See https://www.w3.org/TR/vc-di-bbs/#base-proof-configur…
-
I followed the instructions in the README file: I made sure I had Rust and Lisp installed, I executed `./make.sh`, it returned a long stream of text, and the example theorem `hlopdNEW` worked as expec…
-
Current Groth16 proof verification implementation is incomplete, didn't verify commitments part
https://github.com/Bisht13/gnark-bn254-verifier/blob/1e4a1996df790677f0f8b92983bbf1fa9348c0b9/src/ver…
doutv updated
2 weeks ago
-
Look into all the different ways to aggregate and compress proves. What are the trade-offs we want to make?
Check whether the approach taken in this repository so far is actually in line with Ceno…
-
Something like the following should work:
```
% lurk prove program.lurk
% lurk verify proof.out
% lurk inspect proof.out
```
or
```
% lurk prove program.lurk -o proof.π
% lurk verify proof.…
-
Hello.
I managed to create a Parser for Circom/SnarkJS proof, verifying key and inputs to Gnark. I do believe this is a nice to have feature because there is nothing like Circom for browsers (in term…
-
While exploring the FreakyControls, I also took the opportunity to test them for possible memory leaks against a [wrapper](https://github.com/usefulBeeing/SimplifiedLeakDetector.Maui) I created around…