mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
init
This commit is contained in:
16
tests/crypto/AESTest.h
Normal file
16
tests/crypto/AESTest.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by Stepan Usatiuk on 30.04.2023.
|
||||
//
|
||||
|
||||
#ifndef SEMBACKUP_AESTEST_H
|
||||
#define SEMBACKUP_AESTEST_H
|
||||
|
||||
#include "../utils/TestGroupGenerator.h"
|
||||
|
||||
class AESTest : public TestGroupGenerator {
|
||||
public:
|
||||
std::unique_ptr<TestGroup> operator()() override;
|
||||
};
|
||||
|
||||
|
||||
#endif//SEMBACKUP_AESTEST_H
|
||||
Reference in New Issue
Block a user