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

General encoding and hashing for Sway data #274

Closed
sezna opened this issue Sep 27, 2021 · 1 comment
Closed

General encoding and hashing for Sway data #274

sezna opened this issue Sep 27, 2021 · 1 comment
Labels
big this task is hard and will take a while compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request lib: std Standard library

Comments

@sezna
Copy link
Contributor

sezna commented Sep 27, 2021

For the next milestone, we need the ability to encode data and hash it with a general enough interface for consumers to adapt to their needs.

From a high level, we need:

  1. A memory encoder (pull stack data into heap and make it all contiguous)
  2. A hasher for the output of the above type

related:
#218
#144
#217

blocked by:
#272
#273

@sezna sezna added big this task is hard and will take a while compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request lib: std Standard library labels Sep 27, 2021
@adlerjohn
Copy link
Contributor

Superseded by #1511

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big this task is hard and will take a while compiler General compiler. Should eventually become more specific as the issue is triaged enhancement New feature or request lib: std Standard library
Projects
Archived in project
Development

No branches or pull requests

2 participants