Tweak x2
Juniper Beatitudes [email protected]
Wed, 31 Dec 2025 15:34:11 -0600
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
tinycrypt/sha2.c
→
tinycrypt/sha2.c
@@ -1,6 +1,8 @@
#include <stdbool.h> #include <stdint.h> +#include "tinycrypt/sha2.h" + static uint32_t rotr_32 (uint32_t x, int c) {