move files around

This commit is contained in:
Benjamin Sergeant
2018-11-12 17:56:59 -08:00
parent 3a68bbd1b2
commit e847716076
8 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
/*
* IXHMac.h
* Author: Benjamin Sergeant
* Copyright (c) 2018 Machine Zone. All rights reserved.
*/
#pragma once
#include <string>
namespace ix
{
std::string hmac(const std::string& data, const std::string& key);
}