class Aws::Signers::V4

def hexhmac(key, value)

def hexhmac(key, value)
  OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), key, value)
end