|
Electroneum
|
#include <rctTypes.h>

Public Member Functions | |
| Bulletproof () | |
| Bulletproof (const rct::key &V, const rct::key &A, const rct::key &S, const rct::key &T1, const rct::key &T2, const rct::key &taux, const rct::key &mu, const rct::keyV &L, const rct::keyV &R, const rct::key &a, const rct::key &b, const rct::key &t) | |
| Bulletproof (const rct::keyV &V, const rct::key &A, const rct::key &S, const rct::key &T1, const rct::key &T2, const rct::key &taux, const rct::key &mu, const rct::keyV &L, const rct::keyV &R, const rct::key &a, const rct::key &b, const rct::key &t) | |
| bool | operator== (const Bulletproof &other) const |
| if (L.empty()||L.size() !=R.size()) return false | |
Public Attributes | |
| rct::keyV | V |
| rct::key | A |
| rct::key | S |
| rct::key | T1 |
| rct::key | T2 |
| rct::key | taux |
| rct::key | mu |
| rct::keyV | L |
| rct::keyV | R |
| rct::key | a |
| rct::key | b |
| rct::key | t |
Definition at line 179 of file rctTypes.h.
|
inline |
Definition at line 187 of file rctTypes.h.
|
inline |
Definition at line 189 of file rctTypes.h.
|
inline |
Definition at line 191 of file rctTypes.h.
| rct::Bulletproof::if | ( | L.empty()||L.size() ! | = R.size() | ) |
|
inline |
Definition at line 194 of file rctTypes.h.

| rct::key rct::Bulletproof::A |
Definition at line 182 of file rctTypes.h.
| rct::key rct::Bulletproof::a |
Definition at line 185 of file rctTypes.h.
| rct::key rct::Bulletproof::b |
Definition at line 185 of file rctTypes.h.
| rct::keyV rct::Bulletproof::L |
Definition at line 184 of file rctTypes.h.
| rct::key rct::Bulletproof::mu |
Definition at line 183 of file rctTypes.h.
| rct::keyV rct::Bulletproof::R |
Definition at line 184 of file rctTypes.h.
| rct::key rct::Bulletproof::S |
Definition at line 182 of file rctTypes.h.
| rct::key rct::Bulletproof::t |
Definition at line 185 of file rctTypes.h.
| rct::key rct::Bulletproof::T1 |
Definition at line 182 of file rctTypes.h.
| rct::key rct::Bulletproof::T2 |
Definition at line 182 of file rctTypes.h.
| rct::key rct::Bulletproof::taux |
Definition at line 183 of file rctTypes.h.
| rct::keyV rct::Bulletproof::V |
Definition at line 181 of file rctTypes.h.