WIP
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user