w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Implement Chaum Pederson Signature for Keypair #60

Open drskalman opened 1 year ago

drskalman commented 1 year ago

Implementing Chaum Pederson Signature for fast single BLS signature verification.

burdges commented 1 year ago

A priori, this should be required before merging anything into substrate, as migration could be painful otherwise.

I'd suggest we deprecate this whole crate though and start another one without this swapable traits mess.

burdges commented 1 year ago

We should merge features of this repo into and deprecate this repo for nugget_bls which does this correctly.