bls_lib
bls_lib copied to clipboard
To production
Hey,
I would like to use your signature aggregation algorithm in the cryptocurrency that I am developing in order to reduce the block size.
What tests and research do I need to put in, in order to make this production ready.
Well : https://github.com/leishman/bls_lib/blob/master/src/bls.cpp#L193
I would highly recommend using another library that is more robust and hardened, like the one from Chia: https://github.com/Chia-Network/bls-signatures. This is just an experimental project