I have some code that is beautifully expressed using vectors of 256-bit unsigned integers.
Currently I use normal Python to loop over the vector, but I would like to speed this up.
TensorFlow, NumPy and SciPy does not seem to support uint256.
Is there a numerical package in which I can use uint256 in vectors? Does this package support arbitrarily long uints?