Chia-Network / bls-signatures

BLS signatures in C++, using the blst library for BLS12-381
Apache License 2.0
297 stars 212 forks source link

Make sure multithreading is working correctly #42

Closed mariano54 closed 5 years ago

mariano54 commented 6 years ago

Relic can be compiled with MULTI=PTHREAD to support multithreading. BLS code needs to be made thread-safe as well.

codablock commented 5 years ago

I think this can be closed due to https://github.com/Chia-Network/bls-signatures/pull/46