w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Replace high bit cutting with a proper hash-to-field call from arkworks #32

Open drskalman opened 3 years ago

drskalman commented 3 years ago

This happens here:

https://github.com/w3f/bls/blob/skalman-pok-new-interface/src/bls_pop.rs#L48

and here:

https://github.com/w3f/bls/blob/skalman-pok-new-interface/src/bls_pop.rs#L81