Skip to content

Commit 80f5818

Browse files
czurniedensjaeckel
authored andcommitted
Addition of BN_MP_LOG_U32 to tommath_superclass.h
1 parent de606c0 commit 80f5818

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tommath_class.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -750,10 +750,7 @@
750750
#endif
751751

752752
#if defined(BN_MP_RADIX_SIZE_C)
753-
# define BN_MP_CLEAR_C
754-
# define BN_MP_GET_L_C
755-
# define BN_MP_ILOGB_C
756-
# define BN_MP_INIT_C
753+
# define BN_MP_LOG_U32_C
757754
#endif
758755

759756
#if defined(BN_MP_RADIX_SMAP_C)

tommath_superclass.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# define BN_MP_NEG_C
2929
# define BN_MP_PRIME_FROBENIUS_UNDERWOOD_C
3030
# define BN_MP_RADIX_SIZE_C
31+
# define BN_MP_LOG_U32_C
3132
# define BN_MP_RAND_C
3233
# define BN_MP_REDUCE_C
3334
# define BN_MP_REDUCE_2K_L_C

0 commit comments

Comments
 (0)