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

Computation functions #69

Closed
obycode opened this issue Sep 5, 2023 · 2 comments · Fixed by #124
Closed

Computation functions #69

obycode opened this issue Sep 5, 2023 · 2 comments · Fixed by #124

Comments

@obycode
Copy link
Collaborator

obycode commented Sep 5, 2023

  • hash160
  • pow
@Acaccia
Copy link
Collaborator

Acaccia commented Sep 6, 2023

That will be fun. I will take this one :)

@obycode
Copy link
Collaborator Author

obycode commented Sep 19, 2023

See https://github.com/stacks-network/stacks-blockchain/blob/master/stacks-common/src/util/hash.rs for the current implementation.

As a general note, for all of these functions, we should be referring to the interpreter's implementations, beginning from here - https://github.com/stacks-network/stacks-blockchain/tree/master/clarity/src/vm/functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants