gradido/src/cpp/ImportantTests.h
2020-02-27 12:06:57 +01:00

8 lines
226 B
C++

#ifndef __GRADIDO_LOGIN_SERVER_IMPORTANT_TESTS_H
#define __GRADIDO_LOGIN_SERVER_IMPORTANT_TESTS_H
namespace ImportantTests {
bool passphraseGenerationAndTransformation();
};
#endif //__GRADIDO_LOGIN_SERVER_IMPORTANT_TESTS_H