Akilesh Tangella

Results 6 comments of Akilesh Tangella

Another idea: We can use your idea of signing the call and heavily simplify things in the following way. The proposal data for all the proposals listed above is simply:...

Method 1 is better than method 2 above. The remaining question is should we do set membership or should we Merkleize the Merkle forest roots (i.e. $MR_A$, $MR_B$,...) as well....

In the set membership approach there is a root array of size $N$, as part of public inputs. So cost scales as $O(N)$. On the other hand for Merkleization approach...

SPEC looks good. I think we can get rid of the `SigningManager` trait and put those functions directly on the `DKGSigningManager` struct. Here is another way of organizing the code:...