Skip to content
New issue

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

chore: Standardized golang and rust sha256 programs #160

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Conversation

psinelnikov
Copy link
Contributor

No description provided.

@@ -0,0 +1,3 @@
Signature: 8a477f597d28d172789f06886806bc55
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove all the files from target folder?

seg_num = (total_steps + seg_size - 1) / seg_size;
}

if seg_num == 1 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually we intend to generate one segment and prove one. But it's ok to generate multiple segments. if so, you dont have to check if seg_num is 1 or not, you can call prove_multi_seg_common only.

@eigmax eigmax changed the title Standardized golang and rust sha256 programs chore: Standardized golang and rust sha256 programs Aug 28, 2024
@eigmax eigmax merged commit 0faba3f into main Aug 28, 2024
3 checks passed
@eigmax eigmax deleted the sha256example branch August 28, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants