block_length()
Returns the block length in bytes of the hmac.
# File ext/digest/lib/digest/hmac.rb, line 118 def block_length @md.block_length end