aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-16 10:26:57 +0100
committerfanquake <fanquake@gmail.com>2022-09-16 10:32:23 +0100
commit2530a246896c8a7d808356111a3b92e1449dab02 (patch)
treeaa260a66a86185320ddf43c33f06edb637006f96 /contrib
parent19526d937fbd16b3c868f4a7ecd2c076e71eb8fc (diff)
parent04fee75bacb9ec3bceff1246ba6c8ed8a8759548 (diff)
downloadbitcoin-2530a246896c8a7d808356111a3b92e1449dab02.tar.xz
Merge bitcoin/bitcoin#26105: Use ReadLE64 in uint256::GetUint64 instead of duplicating logic
04fee75bacb9ec3bceff1246ba6c8ed8a8759548 Use ReadLE64 in uint256::GetUint64() instead of duplicating logic (Pieter Wuille) Pull request description: No need to have a (naive) copy of the `ReadLE64` logic inside `uint256::GetUint64`, when we have an optimized function for exactly that. ACKs for top commit: davidgumberg: ACK 04fee75bacb9ec3bceff1246ba6c8ed8a8759548 jonatack: ACK 04fee75bacb9ec3bceff1246ba6c8ed8a8759548 review, this use of ReadLE64() is similar to the existing invocation by Num3072::Num3072(), sanity checked that before and after this change GetUint64() returns the same result (debug build, clang 13) Tree-SHA512: 0fc2681536a18d82408411bcc6d5c6445fb96793fa43ff4021cd2933d46514c725318da35884f428d1799023921f33f8af091ef428ceb96a50866ac53a345356
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions