digest_length()
Returns the length in bytes of the hash value of the digest.
# File ext/digest/lib/digest/hmac.rb, line 110 def digest_length @md.digest_length end