9831951fee
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m3s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 59s
8 lines
146 B
C
8 lines
146 B
C
#ifndef CRYPTO_FRAMEWORK_TEST_H
|
|
#define CRYPTO_FRAMEWORK_TEST_H
|
|
|
|
#include "mini_test.h"
|
|
|
|
void framework_test();
|
|
|
|
#endif //CRYPTO_FRAMEWORK_TEST_H
|