Flowdock
method

finish

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: HMAC
finish() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/digest/lib/digest/hmac.rb, line 98
    def finish # :nodoc:
      d = @md.digest!
      @md.update(@opad)
      @md.update(d)
      @md.digest!
    end
Register or log in to add new notes.