| 31 | |
| 32 | public: |
| 33 | CSignatureCache() |
| 34 | { |
| 35 | GetRandBytes(nonce.begin(), 32); |
| 36 | } |
| 37 | |
| 38 | void |
| 39 | ComputeEntry(uint256& entry, const uint256 &hash, const std::vector<unsigned char>& vchSig, const CPubKey& pubkey) |
nothing calls this directly
no test coverage detected