in reply to Math::PARI and Crypt::RSA
In case it wasn't clear what I meant, the sub is defined as "getSignature($$)", while you called it as "getSignatures" (note the missing s at the end of the function name.my $signature = getSignatures($privateKey, $binarySecurityToken, $time ++stamp, $content); #==here it's getSignatures print $signature; #### sub getSignature($$) #==here it's <b>getSignature</b> {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Math::PARI and Crypt::RSA
by shug94 (Sexton) on Oct 27, 2009 at 00:43 UTC |