You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Individual signature verification was done in #40 but the aggregate signature verification needs to be implemented when the block's aggregate BLS signature needs to be verified. Should be pretty straightforward to expand logic done in that PR to verify an aggregate but if anyone picks this up before me I can give an example of how to do this.
The reason this isn't being done now is because it is not clear the exact usage or data inputs to be verified. It can be inferred or kept very basic, but since there is no need for this now it will be left as an issue.
The text was updated successfully, but these errors were encountered:
Individual signature verification was done in #40 but the aggregate signature verification needs to be implemented when the block's aggregate BLS signature needs to be verified. Should be pretty straightforward to expand logic done in that PR to verify an aggregate but if anyone picks this up before me I can give an example of how to do this.
The reason this isn't being done now is because it is not clear the exact usage or data inputs to be verified. It can be inferred or kept very basic, but since there is no need for this now it will be left as an issue.
The text was updated successfully, but these errors were encountered: