Hello!
In this library there are two types ECn and Big from MIRACL. As can be established between them to convert?
I have tried:

ECn x;
Big y;
y = (Big) x;
x = (ECn) y;
Is NOT running:(