crypto: add generic SipHash-1-3-UJ
This commit adds a new, weaker variant of the SipHash algorithm inside Bitcoin Core's cryptography module. It is explicitly designed for low-security uses such as internal hash tables, not for protecting funds or network messages. The code…
c2d7931bby Pieter Wuille+103−02 files