Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | refactor: make GetRand a template, remove GetRandInt | pasta | |
2020-11-10 | Add generic SaltedSipHasher | Andrew Chow | |
SaltedSipHasher is a generic hasher that can be used with most things we would hash in an unordered container. | |||
2020-11-10 | Move Hashers to util/hasher.{cpp/h} | Andrew Chow | |
Move the hashers that we use for hash tables to a common place. Moved hashers: - SaltedTxidHasher - SaltedOutpointHasher - FilterHeaderHasher - SignatureCacheHasher - BlockHasher |