-
I am developing a web program, which needs to be converted to js interface through wasm technology.
The performance of the main branch is too poor. Performance analysis found that the main time is …
-
After cargo build, on running ./run.sh or run20.sh script, getting below error.
keygen part
key gen for client 1 out of 3
dyld[46200]: symbol not found in flat namespace '_rust_crypto_util_fixe…
-
# Overview
CGGMP paper defines ZK proof Π-mod (See Fig 16 https://eprint.iacr.org/2021/060.pdf#page=36) for ensuring that the Paillier modulus is a semiprime and `gcd(N, phi(N)) = 1`. There is an …
-
I'm looking to extend an already existing gossip based protocol w/ a DKG and trying to execute the state machine for gg20's Keygen first. It seems difficult with the existing architecture to do so giv…
-
What steps will reproduce the problem?
foo.go:
package main
import "os"
type I interface{}
func main() {
var i I = 1
os.Exit(i.(int))
}
6g foo.go
6l foo.6
gdb 6.out
GNU gdb (GD…
-
### What was the URL where the error occurred?
https://manager.gitcoin.co/
### What happened?
From Jon @ CCN:
When I download the csv for my round (CCN Climate Solutions) the data for emails, te…
-
# Overview
In order to report a misbehaviour we need to obtain and utilise proofs of this misbehaviour from underlying multi-party-ecdsa library (further MPE).
# Research:
- Mapping between MPE par…
-
There are a variety of protocol features that are designed in the paper but not implemented in the repo. Some of these are on our long-term roadmap, but each will require fairly significant design and…
-
How do we ensure that Hyperstaker is massively over subscribed on all Gitcoin and Giveth rounds?
[We need to review this page](https://www.hyperstaker.com/fund/hyper-staker)
Go through each of t…
-
Does the following protocol work?
For 10 parties and 5 is the threshold,
1. Every party compute it's share locally (without communicate with others), then broadcast it's to others.
2. Any party …