Alex Costa
Alex Costa
O primeiro input para a function `addDefaultAccount` do ABI `RealDigitalDefaultAccount.json` está especificando o `name` como: ```json "name": "cnpj8", ``` Já a function `defaultAccount` não especifica qual é o `name` de...
O primeiro input para a function `addDefaultAccount` do ABI `RealDigitalDefaultAccount.json` está especificando o `name` como: ```json "name": "cnpj8", ``` Já a function `defaultAccount` não especifica qual é o name de...
Hi, I'm trying to use this library, but I get this error: ```bash podman run --rm -it --name rust-cargo docker.io/rust:1.23.0 bash ``` ```bash root@e8ab53f47c1f:/usr/src# git clone https://github.com/ZenGo-X/zk-paillier.git Cloning into 'zk-paillier'......
Hello Mikhail, through some changes I plan to separate the Client Server. Today the project is official because the client runs on the same server (and in the same folder)...
Hi guys, I need some help. I'm using this repository to perform great BVF operations, it's amazing! When I use the entire lib to perform all operations works fine, but...
Hi, I'm trying to use this project to generate ZKP for Paillier, but the result is not correct. For example: ```rust let p_novo = BigInt::from_str_radix("23194683100664294251", 10).unwrap(); let q_novo = BigInt::from_str_radix("11084480205242485763",...