forked from lthn/blockchain
13 lines
374 B
C++
13 lines
374 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
|
||
|
|
{
|
||
|
|
const point_t& bpp_crypto_trait_zano::bpp_H = c_point_H;
|
||
|
|
|
||
|
|
|
||
|
|
}
|