We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed in ripemd : the output from the ripemd precompile is actually 32 bytes, but the expected portion contains only 20 bytes.
ripemd
32
20
contracts_test.go:80: Expected cc5c268f21701af107dd293c23c549d8911f6cea, got 000000000000000000000000cc5c268f21701af107dd293c23c549d8911f6cea
The text was updated successfully, but these errors were encountered:
Totally forgot about this aspect. I’ll fix it later today and will also make exporter for Geth Json format
Sorry, something went wrong.
@holiman Can you test new JSON vectors (should be in Geth format) along with updated Ripemd vectors?
No branches or pull requests
Noticed in
ripemd
: the output from the ripemd precompile is actually32
bytes, but the expected portion contains only20
bytes.The text was updated successfully, but these errors were encountered: