mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
define BN_PRINT if not defined
This commit is contained in:
parent
946c23e2cf
commit
52485b9008
4
bignum.h
4
bignum.h
@ -91,6 +91,10 @@ void bn_substract_noprime(const bignum256 *a, const bignum256 *b, bignum256 *res
|
|||||||
|
|
||||||
void bn_divmod58(bignum256 *a, uint32_t *r);
|
void bn_divmod58(bignum256 *a, uint32_t *r);
|
||||||
|
|
||||||
|
#ifndef BN_PRINT
|
||||||
|
#define BN_PRINT 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#if BN_PRINT
|
#if BN_PRINT
|
||||||
void bn_print(const bignum256 *a);
|
void bn_print(const bignum256 *a);
|
||||||
void bn_print_raw(const bignum256 *a);
|
void bn_print_raw(const bignum256 *a);
|
||||||
|
Loading…
Reference in New Issue
Block a user