ptth/bare_minimum_crypto/cpp/sender.cpp

8 lines
79 B
C++

#include "sender.h"
namespace BareMinimumCrypto {
using namespace std;
}