| 60 | |
| 61 | template <unsigned int BITS> |
| 62 | std::string base_blob<BITS>::ToString() const |
| 63 | { |
| 64 | return (GetHex()); |
| 65 | } |
| 66 | |
| 67 | // Explicit instantiations for base_blob<160> |
| 68 | template base_blob<160>::base_blob(const std::vector<unsigned char>&); |
no outgoing calls
no test coverage detected