in reply to Re^2: Crypt::RSA without Pari
in thread Crypt::RSA without Pari
I think i figured out what was happening.
I didn't have Bytes::Random::Secure, so OpenPGP was still calling Crypt::Random which still uses Pari
I removed and rebuilt OpenPGP. Now I don't see any references to the Pari library
I'll see if this fixes my hanging issue