Merge pull request #7 from NickPresta/master

Updating typo in sha1-hashes.
This commit is contained in:
Mark McGranaghan 2012-10-11 10:57:42 -07:00
commit 5a72552ead

View File

@ -9,6 +9,6 @@ cf23df2207d99a74fbe169e3eba035e633b65d94
# the one shown above. For exmpale, to compute MD5 hashes
# import `crypto/md5` and use `md5.New()`.
# Note that if you need cyrtograhpically secure hashes,
# Note that if you need cryptographically secure hashes,
# you should carefully research
# [hash strength](http://en.wikipedia.org/wiki/Cryptographic_hash_function)!