-
It seems like the `init` scheme here is a too general (with auto) and causes issue with bls curve init from https://github.com/status-im/nim-blscurve/pull/26
https://github.com/status-im/nim-stew/b…
-
We should run our tests on CI as well as clippy and cargo fmt
-
Even with a public API key, I am unable to retrieve more than 50 series at a time? Could you help me with this? Thank you!
-
The underlying problem is that if someone's web2 JWT is on another chain, somebody can steal it and then put it on this chain, which will verify it, as it doesn't check the 'aud' claim.
There are …
-
## Issue summary
We've been running a stateless node over the weekend (May 18th - May 20th). The results are not satisfactory, given the overall connectivity and resource usage.
1. Connectivit…
-
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 …
-
With hbbft, validators will have three secrets:
* Their private account key/engine signer key, using ECDSA on the [secp256k1](https://github.com/paritytech/rust-secp256k1) curve.
* A secret [BLS key…
-
This is not the highest priority task, but it is relatively straightforward and can also be good for testing the overall system.
https://www.cc.gatech.edu/~aboldyre/papers/bold.pdf
ghost updated
2 years ago
-
while developing the mesh protocol, i also implemented the signature for the payload so that impersonation/spoofing and in general sending fake data can't be done (relevant for things like #529) ... t…
-
Any BLS signature library needs key splitting since afaik no constant-time pairing libraries exist, well not everyone believes the amcl claims. We do not care about the pairing itself being constant …