python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
base58 decoding & storing big numbers?
I am trying to make a base58 decoder in c following this tutorial
https://learnmeabitcoin.com/technical/base58
To convert a base58 value in to base10,
you take each character index and multiply it wit...

user14570759
Votes: 0
Answers: 1
Preventing overflow of large integers in (GPU) optimized methods such as gmpy2 and numba
I am trying to check whether a large integer is a perfect square using gmpy2 in a JIT-decorated (optimized) routine using numba. The example here is for illustrative purposes only (from a theoretical ...

Eldar Sultanow
Votes: 0
Answers: 2