How to enter a multiprecision integer in hex big endian
Hi,
I have a multiprecision integer (retrieved from a gpg signature). Example:
DSA p(2048 bits) - ab 21 99 ...many bytes here ... 5b
How can I enter the hex representation into Sage to work with it?