MCPcopy Create free account
hub / github.com/acl-dev/acl / get_digest

Method get_digest

lib_acl_cpp/src/stdlib/md5.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242const char* md5::get_digest() const
243{
244 return (const char*) digest_;
245}
246
247const char* md5::get_string() const
248{

Callers 3

md5_digestMethod · 0.80
md5_stringMethod · 0.80
md5_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected