Skip to content

Commit

Permalink
Auto merge of #103231 - ecnelises:le_fix, r=lcnr
Browse files Browse the repository at this point in the history
Remove byte swap of valtree hash on big endian

This addresses problem reported in #103183. The code was originally introduced in rust-lang/rust@e14b34c. (see rust-lang/rust#96591)

On big-endian environment, this operation sequence actually put the other half from 128-bit result, thus we got different hash result on LE and BE.
  • Loading branch information
bors committed Oct 22, 2022
2 parents c01b03f + 0a211aa commit a111234
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a111234

Please sign in to comment.