#include #include int run(); __attribute__((used, section(".text"))) int cryptographic_test() { // Run unit tests for cryptographic scheme return 7 + run(); } int run() { return (int)epcc_sha3_serialized_size(); }