Bitcoin Core 31.99.0
P2P Digital Currency
Classes
siphash.h File Reference
#include <attributes.h>
#include <uint256.h>
#include <bit>
#include <cstdint>
#include <span>
Include dependency graph for siphash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SipHashState
 Shared SipHash state (v0..v3) with its round, compression, and finalization primitives. More...
 
class  CSipHasher
 General SipHash-2-4 implementation. More...
 
class  SipHasher13UJ
 A custom weaker variant of SipHash-1-3 without padding, and supporting "jumbo" inputs. More...
 
class  PresaltedSipHasher
 Optimized SipHash-2-4 implementation for uint256. More...