ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-FCP/FCP.pm
(Generate patch)

Comparing cvsroot/Net-FCP/FCP.pm (file contents):
Revision 1.31 by root, Fri May 14 16:28:20 2004 UTC vs.
Revision 1.32 by root, Fri May 14 17:25:17 2004 UTC

255 cipher => $cipher || "Twofish"); 255 cipher => $cipher || "Twofish");
256}); 256});
257 257
258=item $txn = $fcp->txn_generate_svk_pair 258=item $txn = $fcp->txn_generate_svk_pair
259 259
260=item ($public, $private) = @{ $fcp->generate_svk_pair } 260=item ($public, $private, $crypto) = @{ $fcp->generate_svk_pair }
261 261
262Creates a new SVK pair. Returns an arrayref with the public key, the 262Creates a new SVK pair. Returns an arrayref with the public key, the
263private key and a crypto key, which is just additional entropy. 263private key and a crypto key, which is just additional entropy.
264 264
265 [ 265 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines