-
FROST lost a notable amount of performance when it lost access to dalek's tables.
> Also removes GENERATOR_TABLE, only used by dalek, as we should provide
our own API for that over ff/group inste…
-
It would be useful if the set of parties providing input polynomials could be different from those providing output shares. Examples:
1. Overcontributing randomness: `n` parties are receiving share…
-
In a practical usage of this primitive, you would almost always want the proof to "sign over" an ephemeral identity. Indeed, without this element, the protocol has a danger:
Imagine that you own a …
-
The goal of this meta issue is to build a go-to place for links, information, and opportunities for building trustless zk-SNARKs as a potential future protocol building-block for Monero.
Disclaimer…
-
https://github.com/MerosCrypto/asmr, a prior work of mine and Bousfield's, has been neglected for over a year. It could use a lot of love and care, and I believe I could properly modernize it, especia…
-
Currently the `J` generator used for the DLEQ (and therefore key image) is a hash of a random string. Need to standardise it with a customisable label from the label field in the config file, and then…
-
We should be able to re-encode Ed25519 verification shares (and the group key) into Ristretto points and move forward with a Ristretto FrostKeys, saving a key gen (and DLEq proofs, which I believe wou…
-
I added the following deps to a `Cargo.toml`:
```
+modular-frost = "0.7.0"
+dkg = "0.4.0"
```
Running `cargo doc` in the workspace produced the following compile errors:
```
Checking dleq v…
-
On Monday, November 14 2022, we started with regular weekly meetings of the Seraphis wallet workgroup, and all interested parties from the community that want to join. Time is 18:00 UTC on each Monday…
-
With a spend key and a scanned output, the Monero library should allow exporting a DLEq proof of the output's key image, allowing detection of when it's spent. This would just be a nicety around our D…