| 35 | } |
| 36 | |
| 37 | std::string GetTestPublicKeyPath() |
| 38 | { |
| 39 | return Path::Combine(TestData::GetBasePath(), u8"keys", u8"Player-56f4afb74622a23bd2539ee701fe1b2c13d7e6ba.pubkey"); |
| 40 | } |
| 41 | }; |
| 42 | |
| 43 | TEST_F(CryptTests, SHA1_Basic) |
nothing calls this directly
no test coverage detected