LCOV - code coverage report
Current view: top level - src - saltedhasher.cpp (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 2 2 100.0 %
Date: 2026-06-25 07:23:43 Functions: 3 3 100.0 %

          Line data    Source code
       1             : // Copyright (c) 2019-2025 The Dash Core developers
       2             : // Distributed under the MIT software license, see the accompanying
       3             : // file COPYING or http://www.opensource.org/licenses/mit-license.php.
       4             : 
       5             : #include <saltedhasher.h>
       6             : #include <random.h>
       7             : 
       8        6888 : SaltedHasherBase::SaltedHasherBase() : k0(GetRand<uint64_t>()), k1(GetRand<uint64_t>()) {}
       9             : 
      10        3444 : SaltedHasherBase StaticSaltedHasher::s;

Generated by: LCOV version 1.16