w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Replace 'message' with a transcript in 'generate_pok' function #31

Open drskalman opened 3 years ago

drskalman commented 3 years ago

@burdges prefer to use a transcript abstraction instead of Message like in schnorrkel, ring-vrf, and now the apk crate. Message made sense for BLS signatures message. And maybe still does. I do not see much point in a schnorr proof.