all repos — TinyCrypT @ f4038a7f6da3fa7166150fcdb87b4667b54ce10f

Short and sweet classical cryptographic primitives

Tweak x2
Juniper Beatitudes [email protected]
Wed, 31 Dec 2025 15:34:11 -0600
commit

f4038a7f6da3fa7166150fcdb87b4667b54ce10f

parent

b782db0b7210e4ed32cab69f8c24b9e5f617a740

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tinycrypt/sha2.ctinycrypt/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) {