14 lines
405 B
C++
14 lines
405 B
C++
// Copyright (c) 2020-2021 Zano Project
|
|
// Copyright (c) 2020-2021 sowle (val@zano.org, crypto.sowle@gmail.com)
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
//
|
|
// Note: This file originates from tests/functional_tests/crypto_tests.cpp
|
|
|
|
#include "crypto-sugar.h"
|
|
|
|
namespace crypto
|
|
{
|
|
|
|
|
|
} // namespace crypto
|