public UInt256 ExpMod_UInt256() { UInt256.ExpMod(A.Item2, B.Item2, C.Item2, out UInt256 res); return(res); }