12 lines
499 B
C++
12 lines
499 B
C++
/** @file
|
|
*****************************************************************************
|
|
|
|
Implementation of interfaces for the class PourProver.
|
|
|
|
*****************************************************************************
|
|
* @author This file is part of libzerocash, developed by the Zerocash
|
|
* project and contributors (see AUTHORS).
|
|
* @copyright MIT license (see LICENSE file)
|
|
*****************************************************************************/
|
|
|
|
#include "PourProver.h" |