all repos — TinyCrypT @ 602b0e533466f842e8cc1cac150a3792a8cbf99b

Short and sweet classical cryptographic primitives

Tweak
Juniper Beatitudes [email protected]
Tue, 30 Dec 2025 22:30:21 -0600
commit

602b0e533466f842e8cc1cac150a3792a8cbf99b

parent

c666750f97872ca8cec4d9df11f1ed702cc0698b

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

jump to
M tinycrypt/x25519.ctinycrypt/x25519.c

@@ -1,6 +1,8 @@

#include <stdbool.h> #include <stdint.h> +#include "tinycrypt/x25519.h" + static uint32_t from_le32 (const uint8_t *x) {