multi-party-bls icon indicating copy to clipboard operation
multi-party-bls copied to clipboard

Threshold BLS signatures in Rust

Results 10 multi-party-bls issues
Sort by recently updated
recently updated
newest added

I am trying to execute the library but get the error "note: LINK : fatal error LNK1181: cannot open input file 'gmp.lib'" libgmp.a is available on my machine, trying to...

I was looking at the CPP implementation of Glow-DVRF beacons at https://github.com/fetchai/research-dvrf/, which takes ~ 4 milliseconds per beacon generation(n=4,t=2) on an 8-core Ubuntu 20.04 machine. The rust implementation of...

how can i generate 32 letters public key for depositing coin (ETH) from generated 96 letters pubkey like 'acbac87f8168d866df8d1f605cf8d688c64ae491e6d6cbc60db4fc0952dc097452f252cb2f746a948bac0e2311e6c14e'?

- Updates curv to the latest version - Adds a constructor for LocalKey struct (needed for random-beacon) - Optimise signing. The party used to await receiving all `n` messages, now...

Can you please share more info about the tests you run on aws. As we see, we have mentioned results are derived from t3 instances but demo seems running on...

for MSP can be found in section 3.1 : batch verification

Candidate construction can be found in [Robust Subgroup Multi-Signatures for Consensus](https://eprint.iacr.org/2020/1478.pdf), (version 20201129:190737) section 4.1: - The construction is build upon BDN18 MSP scheme implement as part of this library...

https://github.com/drand/kyber/blob/master/sign/test/threshold.go#L14 TBLS is a threshold BLS written in Go, based on the same protocol, however I expect this library to be faster, mainly because we use the NIZK trick. we...

good first issue

can be done in a similar fashion to https://github.com/ZenGo-X/multi-party-ecdsa/blob/master/examples/sm_manager.rs