module Digest::Instance

def base64digest!

initial state.
Returns the resulting hash value and resets the digest to the
def base64digest!
  [digest!].pack('m0')
end