2020-12-23 01:40:02 +03:00
|
|
|
// Copyright (c) 2020 Zano Project
|
|
|
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2021-02-15 15:48:50 +03:00
|
|
|
int crypto_tests(const std::string& cmd_line_param);
|