Commit 69307b5
* wasmparser::fix ahash::RandomState usage in no_std
The ahash::RandomState usage so far was incorrect in that it always used a new random initialization for each hash causing the same HashMap to create different hashes for the same hash inputs.
* Remove compile-time-rng feature and add Default impl
---------
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 1594eba commit 69307b5
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
117 | 128 | | |
118 | 129 | | |
119 | 130 | | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
123 | 134 | | |
124 | | - | |
| 135 | + | |
125 | 136 | | |
126 | 137 | | |
0 commit comments