Byeongjee Kang
Byeongjee Kang
I'm going to achieve signature aggregation with BLS signature scheme with proof of posession in self nomination step. I'll use https://github.com/algorand/bls_sigs_ref and https://github.com/algorand/pairing-plus for this. I'll also add an account...
Address and public key handling in Foundry should be changed. Since we are planning to use two different signing schemes for transaction and block validation, we cannot share the same...
Then when should the signature type be verified? If the signature type is a wrapper of a curve point, it cannot be instantiated without verification. Do you think there should...
This is my conclusion. I'll fix my BLS code based on the following argument. - Signature should be stored in bytes form - because each signature will be verified only...
For reference, I had the same error in my Ubuntu 24.04 x86_64 machine. I tried running `./configure` inside `build/pluto/pluto/candl`, and got this error: ``` configure: error: Please install texinfo. ```...