Open msh2050 opened 2 years ago
I get Cannot use 'nouse.FastDoubling(n)' (type "github.com/ncw/gmp".Int) as the type "math/big".Int
this will happen if you want to import from another package...
after some tests I think the fastest method is to use :
bigmath := new(big.Int) bigmath = bigmath.SetBytes(gmp.Bytes())
I get Cannot use 'nouse.FastDoubling(n)' (type "github.com/ncw/gmp".Int) as the type "math/big".Int
this will happen if you want to import from another package...