Skip to content
Snippets Groups Projects
Unverified Commit ee3675e3 authored by Koen Zandberg's avatar Koen Zandberg
Browse files

tests/tweetnacl: Cleanup headers and includes

parent d59a311b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
* @} * @}
*/ */
#include <stdio.h>
#include <string.h> #include <string.h>
#include <tweetnacl.h> #include <tweetnacl.h>
......
...@@ -25,24 +25,11 @@ ...@@ -25,24 +25,11 @@
extern "C" { extern "C" {
#endif #endif
/**
* @brief MANDATORY function for collecting random Bytes
* required by the tweetnacl package
*/
extern void randombytes(uint8_t *target, uint64_t n);
/** /**
* @brief The entry point of this test suite. * @brief The entry point of this test suite.
*/ */
void tests_tweetnacl(void); void tests_tweetnacl(void);
/**
* @brief Generates tests for tweetnacl
*
* @return embUnit tests if successful, NULL if not.
*/
Test *tests_tweetnacl_tests(void);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment