Go to the source code of this file.
◆ TEST_CASE() [1/2]
      
        
          | TEST_CASE | ( | "sha224_hexdigest" |  | ) |  | 
      
 
Definition at line 19 of file sha_test.cpp.
   19                               {
   22               "2f051189f6ddb2d2fd11faeb8cf3e3b38b4216f2798ce1d92421e129");
   23  }
   29               "d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f");
   30  }
   34  }
   35}
The list class represents a linked list.
void string_save(const string &s, url u)
url url_temp(string suffix)
void string_eq(string left, string right)
url url_system(string name)
 
 
◆ TEST_CASE() [2/2]
      
        
          | TEST_CASE | ( | "sha256_hexdigest" |  | ) |  | 
      
 
Definition at line 37 of file sha_test.cpp.
   37                               {
   40        sha256_hexdigest (
url_pwd () * 
"LICENSE"),
 
   41        "8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903");
   42  }
   48        sha256_hexdigest (
temp),
 
   49        "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855");
   50  }
   54  }
   55}