| 4047 | } |
| 4048 | |
| 4049 | static u8string GetPrivateKeyPath(u8string_view playerName) |
| 4050 | { |
| 4051 | return Path::Combine(GetKeysDirectory(), u8string(playerName) + u8".privkey"); |
| 4052 | } |
| 4053 | |
| 4054 | static u8string GetPublicKeyPath(u8string_view playerName, u8string_view hash) |
| 4055 | { |
no test coverage detected