Maybe somebody had already problem how to marshall mpz_class to C#.
I have following method which I have to marshall to C#: void setP(const mpz_class& p)
and the other question is if it is efficient and does it take much time to marshall data? how much time does it take in mobile application?
Tnx