emcyfra/libpqscheme_test.c

9 lines
219 B
C
Raw Normal View History

2025-02-17 09:09:14 +00:00
#include <stdint.h>
__attribute__((section(".text"))) int cryptographic_test() {
2025-02-17 23:46:39 +00:00
static const uint32_t vv = 0xDEADBEEF;
2025-02-17 09:09:14 +00:00
// Run unit tests for cryptographic scheme
//while(1); // Debug loop
return 7;
}