-
I am working on a project where I need to share NIZKs between two systems. Does the library support serialization and desterilization of `zksk.base.NZIK`? For security reasons, I would like to avoid u…
-
## Current Implementation
Currently only the number of days since the last "risk encounter" are shown.
## Suggested Enhancement
A list of all "risk encounters" as provided by the GAEN API should …
-
I want to combine NIZK with Boneh-Boyensignature,what should i edit?
-
I was *not* running
```
RUSTFLAGS="-C target_cpu=native" cargo bench
```
command directly, cause I cross-compiled this on my powerful machine, and I tested it on raspberry pi.
I removed the "s…
-
[零知识证明 - 从QSP到QAP](https://mp.weixin.qq.com/s?__biz=MzU5MzMxNTk2Nw==&mid=2247485904&idx=1&sn=20ae6dbd1f35c318304bea5baab1e5a1&chksm=fe1318c0c96491d6e0697978ca8252d32f9cea1afbec6e6870699698faf64a87ba03…
-
Currently, `FpGadget::inverse` would complain when the inverse does not exist.
```
#[inline]
fn inverse(&self, mut cs: CS) -> Result {
let inverse = Self::alloc(cs.ns(|| "inverse"), || {
…
-
**Proposed contribution:** Elaborate more on the concept of transferability. For example, in an interactive protocol over the Internet, how do regular authenticated channels vs. “ideally” authenticate…
-
Anytime the circuits are changed, the public parameters have to be regenerated. Currently, if I change the circuit and I use an old parameters file, the code will run until it tries to verify the comp…
-
At the end of the London meetup we discussed a potential problem: malicious clients can send a bad copath (e.g. just random group elements), which will totally screw up the group state of anyone who p…
-
This is a casual overview of the payment construction that Matthew, Ian and I have been playing with.
The first intuition is to treat nullifiers as randomized public keys, i.e., (gsk)r where r is t…