# File lib/digest/hmac.rb, line 67 def initialize_copy(other) @md = other.instance_eval { @md.clone } end