PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
Coin.cpp File Reference

PublicCoin class for the Zerocoin library. More...

#include <stdexcept>
#include <iostream>
#include "Coin.h"
#include "Commitment.h"
#include "pubkey.h"
Include dependency graph for Coin.cpp:

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)
 

Detailed Description

PublicCoin class for the Zerocoin library.

Author
Ian Miers, Christina Garman and Matthew Green
Date
June 2013

Definition in file Coin.cpp.