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
Implement the remaining hints in cairo_sha256_arbitrary_input_length.json
Assigned: Status: todo
"from starkware.cairo.common.cairo_sha256.sha256_utils import (", " compute_message_schedule, sha2_compress_function)", "", "_sha256_input_chunk_size_felts = int(ids.SHA256_INPUT_CHUNK_SIZE_FELTS)", "assert 0 <= _sha256_input_chunk_size_felts < 100", "_sha256_state_size_felts = int(ids.SHA256_STATE_SIZE_FELTS)", "assert 0 <= _sha256_state_size_felts < 100", "w = compute_message_schedule(memory.get_range(", " ids.sha256_start, _sha256_input_chunk_size_felts))", "new_state = sha2_compress_function(memory.get_range(ids.state, _sha256_state_size_felts), w)", "segments.write_arg(ids.output, new_state)"
The text was updated successfully, but these errors were encountered:
MegaRedHand
Successfully merging a pull request may close this issue.
Implement the remaining hints in cairo_sha256_arbitrary_input_length.json
NewHint#34
Assigned:
Status: todo
The text was updated successfully, but these errors were encountered: