![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
PublicCoin class for the Zerocoin library. More...
#include <stdexcept>#include <iostream>#include "Coin.h"#include "Commitment.h"#include "pubkey.h"Go to the source code of this file.
Namespaces | |
| libzerocoin | |
Functions | |
| int | libzerocoin::ExtractVersionFromSerial (const CBigNum &bnSerial) |
| CBigNum | libzerocoin::GetAdjustedSerial (const CBigNum &bnSerial) |
| bool | libzerocoin::IsValidSerial (const ZerocoinParams *params, const CBigNum &bnSerial) |
| bool | libzerocoin::IsValidCommitmentToCoinRange (const ZerocoinParams *params, const CBigNum &bnCommitment) |
| CBigNum | libzerocoin::ExtractSerialFromPubKey (const CPubKey pubkey) |
PublicCoin class for the Zerocoin library.
Definition in file Coin.cpp.