mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 02:33:28 +01:00
refactor: use Span for SipHash::Write
Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
This commit is contained in:
@@ -57,7 +57,7 @@ FUZZ_TARGET(crypto)
|
||||
(void)sha256.Write(data.data(), data.size());
|
||||
(void)sha3.Write(data);
|
||||
(void)sha512.Write(data.data(), data.size());
|
||||
(void)sip_hasher.Write(data.data(), data.size());
|
||||
(void)sip_hasher.Write(data);
|
||||
|
||||
(void)Hash(data);
|
||||
(void)Hash160(data);
|
||||
|
||||
Reference in New Issue
Block a user