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

πŸ§‘β€πŸ’» SHA256 Splitting Demo #7

Closed
wants to merge 18 commits into from

Conversation

ZamDimon
Copy link
Collaborator

Objective

To test the splitting functionality, we import the SHA256 function implementation from BitVM and check the splitting algorithm.

Added

  • SplitType, allowing to specify how the chunk should be processed (cut by the number of instructions or bytes).
  • SHA256 demo.

@ZamDimon ZamDimon added the feature New feature or request label Sep 30, 2024
@ZamDimon ZamDimon self-assigned this Sep 30, 2024
Velnbur added a commit that referenced this pull request Sep 30, 2024
> [!NOTE] 
> This is a rebased version of #7.

# Objective

To test the splitting functionality, we import the SHA256 function
implementation from [BitVM](https://github.com/BitVM/BitVM) and check
the splitting algorithm.

## Added
- `SplitType`, allowing to specify how the chunk should be processed
(cut by the number of instructions or bytes).
- SHA256 demo.

---------

Co-authored-by: ZamDimon <[email protected]>
@ZamDimon
Copy link
Collaborator Author

As #8 is more up-to-date merged version, we close this PR

@ZamDimon ZamDimon closed this Sep 30, 2024
@ZamDimon ZamDimon deleted the feature/sha256-demo branch September 30, 2024 19:20
ZamDimon added a commit that referenced this pull request Oct 4, 2024
> [!NOTE]
> This is a rebased version of #7.

# Objective

To test the splitting functionality, we import the SHA256 function
implementation from [BitVM](https://github.com/BitVM/BitVM) and check
the splitting algorithm.

## Added
- `SplitType`, allowing to specify how the chunk should be processed
(cut by the number of instructions or bytes).
- SHA256 demo.

---------

Co-authored-by: ZamDimon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant