Are there any nice ways to split Crypto++ Integer in Two? (stackoverflow.com)stack
19 points by Parham Salamati in stackoverflow.com · 2d ago · stack
I'm wondering if there's a more robust way of splitting an integer in two chunks. See this: // assume a large 256bits integer as x: CryptoPP::Integer x("0xb09c4c2fac151d5d19e102e7a5e94712ae0aa14516c59b17bbe6072d1cf8822f"); // how do I go about splitting it to 2 left & right 128b…