forked from lthn/blockchain
10 lines
313 B
C++
10 lines
313 B
C++
|
|
// Copyright (c) 2021 Zano Project (https://zano.org/)
|
||
|
|
// Copyright (c) 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.
|
||
|
|
#include "range_proofs.h"
|
||
|
|
|
||
|
|
namespace crypto
|
||
|
|
{
|
||
|
|
}
|