Skip to content

Commit

Permalink
Minor doc update in QuickRef
Browse files Browse the repository at this point in the history
git-svn-id: r257
  • Loading branch information
mikemccauley committed Oct 16, 2009
1 parent cfe81e2 commit 98abf2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QuickRef
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,12 @@ void Net::SSLeay::CTX_free ($ctx);


#----------------------
# MD5 - hashfunction
# Hash functions
#----------------------

# Several cryptographic digests (hash functions) are supported, possibly
# including MD2, MD4, MD5, and RIPEMD160.

$hash = Net::SSLeay:MD5($data);
Computes md5 hash over $data. $hash is a binary string! Convert it to
a printable with $string = unpack("H32",Net::SSLeay::MD5($data));
Expand Down

0 comments on commit 98abf2d

Please sign in to comment.