Skip to content

Commit

Permalink
Use OpenSSL instead of this library. It's much faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Mar 25, 2011
1 parent a401a7d commit 932baae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.txt → README.md
Expand Up @@ -2,6 +2,12 @@

* http://ruby-hmac.rubyforge.org

== IMPORTANT: USE OpenSSL INSTEAD!

The HMAC functionality included with OpenSSL is available from Ruby and is much faster. It's recommended that you use OpenSSL instead of this library.

See the blog post on [OpenSSL vs. Ruby HMAC Benchmarks](http://blog.nathanielbibler.com/post/63031273/openssl-hmac-vs-ruby-hmac-benchmarks).

== DESCRIPTION:

This module provides common interface to HMAC functionality. HMAC is a kind of "Message Authentication Code" (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.
Expand Down

0 comments on commit 932baae

Please sign in to comment.