This commit is contained in:
2025-02-19 18:12:20 +00:00
parent 81dbb669eb
commit efa02dca38
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
#include <epcc/sha3.h>
#include <stdint.h>
int run();
@@ -7,4 +6,4 @@ __attribute__((used, section(".text"))) int cryptographic_test() {
return 7 + run();
}
int run() { return (int)epcc_sha3_serialized_size(); }
int run() { return 1; }