aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/siphash.cpp
AgeCommit message (Collapse)Author
2023-07-17refactor: use Span for SipHash::WriteSebastian Falbesoner
Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-09-10Change CSipHasher's count variable to uint8_tPieter Wuille
2018-11-05Extract CSipHasher to it's own file in crypto/ directory.Jim Posen
This is a move-only commit with the exception of changes to includes.