Skip to content

1inch/solidity-dispatcher-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solidity-dispatcher-miner

Usage

Use KECCAK256-based hash function keccak256(selector, salt_of_5_bytes) % N:

cargo run --release 8

Or use XOR-based hash function rotale_left(selector ^ salt_lower_4_bytes, salt_top_byte) % 1000003 % N (it is 100x times faster):

cargo run --release 8 --use-xor-hash

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages