Add new example folder for publishing events to satori, with a minimal satori sdk
This commit is contained in:
14
examples/satori_publisher/IXHMac.h
Normal file
14
examples/satori_publisher/IXHMac.h
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user