cothority icon indicating copy to clipboard operation
cothority copied to clipboard

Update DARC expressions

Open ineiti opened this issue 5 years ago • 2 comments

The following addition to DARC expressions would be very nice:

  • lrs_ed25519(pub1, pub2, darc1, darc2, ...) resolves to true if a (Linkable) Ring Signature including these public-keys is received. Bonus-points if darcs can be given, too.

Discussing schnorr.Verify and the Scalar / Private key difference, the following darc-identity would be very nice to have:

  • eddsa - this would enforce some security considerations on the private keys, as well as better verification and protection against some replay attacks (dedis/kyber#426)

ineiti avatar Jan 29 '20 12:01 ineiti

+1, this would be very nice for e-voting as well.

lhmerino avatar Jan 29 '20 12:01 lhmerino

Hmm, I guess that for e-voting the current LRS will not work, as the size of the signature is 32 * group_size... Well, for EPFL it would be a 320kB signature. Not sure how long it would take to generate it, nor how long to verify it ;)

ineiti avatar Jan 29 '20 13:01 ineiti