Hash.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art::detail {
5  // This string is the 16-byte, non-printable version.
6  std::string const&
8  {
9  static std::string const invalid{cet::MD5Result().compactForm()};
10  return invalid;
11  }
12 }
std::string const & InvalidHash()
Definition: Hash.cc:7
std::string string
Definition: nybbler.cc:12
std::string compactForm() const
Definition: MD5Digest.cc:68