|
Electroneum
|
#include "rctTypes.h"

Go to the source code of this file.
Namespaces | |
| rct | |
Macros | |
| #define | BULLETPROOFS_H |
Functions | |
| Bulletproof | rct::bulletproof_PROVE (const rct::key &v, const rct::key &gamma) |
| Bulletproof | rct::bulletproof_PROVE (uint64_t v, const rct::key &gamma) |
| Bulletproof | rct::bulletproof_PROVE (const rct::keyV &v, const rct::keyV &gamma) |
| Bulletproof | rct::bulletproof_PROVE (const std::vector< uint64_t > &v, const rct::keyV &gamma) |
| bool | rct::bulletproof_VERIFY (const Bulletproof &proof) |
| bool | rct::bulletproof_VERIFY (const std::vector< const Bulletproof *> &proofs) |
| bool | rct::bulletproof_VERIFY (const std::vector< Bulletproof > &proofs) |
| #define BULLETPROOFS_H |
Definition at line 34 of file bulletproofs.h.