Damiano Mazzella
Damiano Mazzella
@KosBar49 have you been able to build correctly?
@KosBar49 reopen the issue if you need
Hi, if you need only ecdsa, you can try to reduce memory usage: [#define FP_MAX_SIZE](https://github.com/dmazzella/ucrypto/blob/a0c71682e21bd4e6fccc393386b0a3097cc35b76/tomsfastmath/tfm_mpi.h#L128) try to reduce it from `((2048 * 2) + (8 * DIGIT_BIT))` to `((512 *...
Any news on this bug?
@jimmo good savings of bytes and optimizations, I flatly agree with your review.
Attached a patch file that implement int.bit_length() [int_length.zip](https://github.com/micropython/micropython/files/2303186/int_length.zip)
Ciao Massimo, I am attaching an updated version of the patch file to make `int.bit_length` work. this patch enable `MICROPY_INT_BIT_LENGTH` into the file `ports/unix/variants/mpconfigvariant_common.h` and unix port can be used...
> What about the possible optimization in the mpn/mpz code path? For this we can wait tests/PR > For the testing: sorry, I just started developing on MP and I...
@PragmaTwice add as reference [Apache Lucene++](https://github.com/luceneplusplus/LucenePlusPlus.git)
> Can you explain the case where this doesn't work / present a test case. Unclear what bug is being solved here, the plugin definitely works in it's current form...