Commit 022a80b
[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.1 parent a58b8f5 commit 022a80b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments