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

feat: implement sha256t #30

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

rkdud007
Copy link

@rkdud007 rkdud007 commented Sep 22, 2024

#5

  • so the std implementation of Sha256 doesn't have exposed method around middlestate. as sha256t works with middlestate alot, decided to have Hashengine that embeds std sha256.
  • I opened a draft PR because I want to check if the approach makes sense along the way.
  • especially i found type casting with [32]u8 <> [8]u32 bit tricky not sure if this most standard way to cast

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.

1 participant