@@ -137,9 +137,9 @@ struct xmalloc_slot {
137
137
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
138
138
#define MP_CURVE_FIELD_COUNT_SIZE (380)
139
139
#ifndef _LP64
140
- #define ECC_POINT_SIZE (228 )
140
+ #define ECC_POINT_SIZE (232 )
141
141
#else
142
- #define ECC_POINT_SIZE (312 )
142
+ #define ECC_POINT_SIZE (320 )
143
143
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 5)
144
144
#endif
145
145
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 6)
@@ -150,9 +150,9 @@ struct xmalloc_slot {
150
150
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
151
151
#define MP_CURVE_FIELD_COUNT_SIZE (380)
152
152
#ifndef _LP64
153
- #define ECC_POINT_SIZE (408 )
153
+ #define ECC_POINT_SIZE (412 )
154
154
#else
155
- #define ECC_POINT_SIZE (504 )
155
+ #define ECC_POINT_SIZE (512 )
156
156
#endif
157
157
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
158
158
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
@@ -163,9 +163,9 @@ struct xmalloc_slot {
163
163
#define MP_CURVE_SPECS_SIZE (MP_INT_TYPE_SIZE)
164
164
#define MP_CURVE_FIELD_COUNT_SIZE (380)
165
165
#ifndef _LP64
166
- #define ECC_POINT_SIZE (516 )
166
+ #define ECC_POINT_SIZE (520 )
167
167
#else
168
- #define ECC_POINT_SIZE (600 )
168
+ #define ECC_POINT_SIZE (608 )
169
169
#endif
170
170
#define MP_INT_BUFFER_SIZE (MP_INT_TYPE_SIZE * 5)
171
171
#define MP_INT_BUFFER_SIZE_1 (MP_INT_TYPE_SIZE * 6)
0 commit comments