From: Stefan Z. <za...@cs...> - 2004-05-20 18:22:13
|
Hi, I'm trying to load in a key from a file (using Crypt::Keys), and then use that key with OpenSSH::RSA. Im not sure if this is the best way to do it, but since Crypt::Keys gives you values for n, e, d, p and q I thought I could use these with new_key_from_parameters. When I tried it I got the error: `pointer_copy' is not a Pari function name at /home/M03/acs/zasadas/perl/lib/site_perl/5.8.3/i686-linux-thread-multi/Math/Pari.pm line 973. Is this a bug, or am I doing something wrong. Cheers, Stefan. |