We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 515c4a0 + 88a82ae commit 453a07bCopy full SHA for 453a07b
1 file changed
src/xmalloc_rsa.c
@@ -26,7 +26,7 @@
26
#include <stdint.h>
27
28
/* Allow one single sp_point to be allocated at one time */
29
-#define SP_DIGIT_SIZE (1800)
+#define SP_DIGIT_SIZE (1280)
30
static uint8_t sp_digit[SP_DIGIT_SIZE];
31
static int sp_digit_in_use = 0;
32
0 commit comments