gcontini
2020-05-04 acc26caef272ec3e295a6566571b68f628e577fd
1
2
3
4
5
6
7
8
9
10
11
#include <string>
#include <vector>
 
namespace license {
namespace test {
 
std::string generate_license(const std::string& fname, const std::vector<std::string>& other_args);
std::string sign_data(const std::string& data, const std::string& test_name);
 
}  // namespace test
}  // namespace license