Tweak
Juniper Beatitudes [email protected]
Tue, 30 Dec 2025 22:30:21 -0600
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
tinycrypt/x25519.c
→
tinycrypt/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) {