-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(levm): implement precompile ripemd160 (#1521)
**Motivation** The goal is to implement ripemd160 precompile. **Description** The implementation is quite similar to the sha2-256. There is one test named `static_Call50000_rip160` that fails, but I think that fails due to other reasons. --------- Co-authored-by: ilitteri <[email protected]> Co-authored-by: Jeremías Salomón <[email protected]>
- Loading branch information
1 parent
30976d3
commit 4b7c965
Showing
4 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters