Codebase list libcryptx-perl / ab75b79
pod fix Karel Miko 10 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
370370
371371 my $hash = $pk->key2hash;
372372
373 returns hash like this (or undef if no key loaded):
373 # returns hash like this (or undef if no key loaded):
374374 {
375375 type => 1, # integer: 1 .. private, 0 .. public
376376 # all the rest are hex strings
436436
437437 my $hash = $pk->key2hash;
438438
439 returns hash like this (or undef if no key loaded):
439 # returns hash like this (or undef if no key loaded):
440440 {
441441 type => 1, # integer: 1 .. private, 0 .. public
442442 # all the rest are hex strings