athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
21 stars 2 forks source link

remove custom implementations of memcpy and memset #150

Closed poszu closed 1 month ago

poszu commented 1 month ago

Fixes #149 They are already present in the stdlib, not sure why they were added in the first place.

poszu commented 1 month ago

@lrettig Your hasher-test produces the correct hash each time with this fix, check out this branch: https://github.com/athenavm/athena/tree/hasher-test-fixed