Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EraVM] Use full keccak256 hash value for linker symbols
EF compiler uses only 18 bytes of the keccak256 hash value when hashing linker symbols. Probably it's done to limit size of unlinked contracts by increasing collision probability. But this doesn't seem to make a big sense, so lets use full hash values. Anyway, this doesn't affect size of executable bytecode.
- Loading branch information