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
g1_lincomb
Goal: implement the Cryptol function for g1_lincomb
Task(s):
BlsHelpers.cry
Dependencies
bls.bytes48_to_G1
G1_to_pubkey
decompress_G1
bls.G1_to_bytes48
pubkey_to_G1
The text was updated successfully, but these errors were encountered:
compute_kzg_proof
b13decker
Successfully merging a pull request may close this issue.
Goal: implement the Cryptol function for
g1_lincomb
Task(s):
g1_lincomb
inBlsHelpers.cry
Dependencies
bls.bytes48_to_G1
(pointer toG1_to_pubkey
)bls.bytes48_to_G1
points to theG1_to_pubkey
function referenced above that wrapsdecompress_G1
bls.G1_to_bytes48
(pointer topubkey_to_G1
)The text was updated successfully, but these errors were encountered: