-
Write a program in any provable language (Circom, Cairo, Noir, Rust) to provide a proof of K signatures out of N in a multisig setup.
-
```py
def classes_in_signature(
self, confidence_threshold: float = None) -> Generator[OWLClass, None, None]:
if self.inferred_named_owl_classes is None:
self.i…
-
Use zcash' FROST implementation https://github.com/ZcashFoundation/frost
Decisions on DKG and TSS here:
https://blog.opdup.com/2023/08/22/frost-for-braidpool.html
Use a mock clock for rounds - wait…
-
Hi,
I've been digging into the code for the past week but I couldn't find if you're actually using the threshold signature scheme.
I couldn't find the distribution of the partial signatures and …
-
**[Threshold Signatures Explained](https://www.binance.vision/security/threshold-signatures-explained)** by Omer Shlomovits
*...both multisig and TSS are essentially trying to achieve similar goals, …
-
**Github username:** @0xfuje
**Twitter username:** 0xfuje
**Submission hash (on-chain):** 0x0cc5d64fcb1309e8ea2a654336ebcb870e364cc55ea00ec7eed9ab765aec8c5b
**Severity:** low
**Description:**
## Des…
-
Hello. I was using the program and observed some possible issues in `crypto/bls12/bls12/go`.
Namely, the methods `CreateThresholdSignature()` and `VerifyThresholdSignature()` actually create (and v…
-
I believe the most advanced threshold signature implementation is https://github.com/poanetwork/threshold_crypto but they do not provide our abstractions, and one should optimize the arithmetic ala ht…
-
Create keystore in Spektr.
It may use proxy accounts.
**DOD**
No interation with PN, NW when signing operation.
-
- [ ] Multicast a threshold signature share of the block.
- [ ] With enough shares received, add the signature as a seal to the block.