From d42eb974efe2372f388b416545d17c4fc65620d6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Jan 2025 18:58:17 -0800 Subject: [PATCH] Formatting --- include/cyclone/bignum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cyclone/bignum.h b/include/cyclone/bignum.h index 30d3313c..cc03e825 100644 --- a/include/cyclone/bignum.h +++ b/include/cyclone/bignum.h @@ -443,7 +443,7 @@ extern "C" { * It is compatible with `rng_get_bytes()` from libtomcrypt so you could * provide that one and then set `ltm_rng = rng_get_bytes;` */ extern unsigned long (*ltm_rng)(unsigned char *out, unsigned long outlen, - void (*callback)(void)); + void(*callback)(void)); extern void (*ltm_rng_callback)(void); #endif