We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have chosen to not implement those abis. Keep them here if we change our mind later. (from massa-proto/**/abi.proto)
// BLS signature single verification request message VerifyBlsSingleSigRequest { // Signature to verify bytes sig = 1; // Message to verify bytes message = 2; // Public key to verify with bytes pub_key = 3; } // BLS signature single verification result message VerifyBlsSingleSigResult { // Verification result bool is_verified = 1; } // BLS signature multiple verification request message VerifyBlsMultiSigRequest { // Signature to verify bytes sig = 1; // Message to verify bytes message = 2; // Public keys to verify with repeated bytes pub_keys = 3; } // BLS signature multiple verification result message VerifyBlsMultiSigResult { // Verification result bool is_verified = 1; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have chosen to not implement those abis.
Keep them here if we change our mind later.
(from massa-proto/**/abi.proto)
The text was updated successfully, but these errors were encountered: