Updating typo in sha1-hashes.

This commit is contained in:
Nick Presta 2012-10-11 14:36:44 -03:00
parent 327bfe6520
commit f14727ee93

View File

@ -9,6 +9,6 @@ cf23df2207d99a74fbe169e3eba035e633b65d94
# the one shown above. For exmpale, to compute MD5 hashes # the one shown above. For exmpale, to compute MD5 hashes
# import `crypto/md5` and use `md5.New()`. # 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 # you should carefully research
# [hash strength](http://en.wikipedia.org/wiki/Cryptographic_hash_function)! # [hash strength](http://en.wikipedia.org/wiki/Cryptographic_hash_function)!