Electroneum
rctSigs.h File Reference
#include <cstddef>
#include <vector>
#include <tuple>
#include "crypto/generic-ops.h"
#include "crypto/random.h"
#include "crypto/keccak.h"
#include "crypto/crypto.h"
#include "rctTypes.h"
#include "rctOps.h"
Include dependency graph for rctSigs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hw
 
 rct
 

Macros

#define RCTSIGS_H
 
#define DP(x)
 

Functions

boroSig rct::genBorromean (const key64 x, const key64 P1, const key64 P2, const bits indices)
 
bool rct::verifyBorromean (const boroSig &bb, const key64 P1, const key64 P2)
 
mgSig rct::MLSAG_Gen (const key &message, const keyM &pk, const keyV &xx, const multisig_kLRki *kLRki, key *mscout, const unsigned int index, size_t dsRows, hw::device &hwdev)
 
bool rct::MLSAG_Ver (const key &message, const keyM &pk, const mgSig &rv, size_t dsRows)
 
rangeSig rct::proveRange (key &C, key &mask, const etn_amount &amount)
 
bool rct::verRange (const key &C, const rangeSig &as)
 
mgSig rct::proveRctMG (const ctkeyM &pubs, const ctkeyV &inSk, const keyV &outMasks, const ctkeyV &outPk, const multisig_kLRki *kLRki, key *mscout, unsigned int index, const key &txnFee, const key &message, hw::device &hwdev)
 
mgSig rct::proveRctMGSimple (const key &message, const ctkeyV &pubs, const ctkey &inSk, const key &a, const key &Cout, const multisig_kLRki *kLRki, key *mscout, unsigned int index, hw::device &hwdev)
 
bool rct::verRctMG (const mgSig &mg, const ctkeyM &pubs, const ctkeyV &outPk, const key &txnFeeKey, const key &message)
 
bool rct::verRctMGSimple (const key &message, const mgSig &mg, const ctkeyV &pubs, const key &C)
 
void rct::getKeyFromBlockchain (ctkey &a, size_t reference_index)
 
tuple< ctkeyM, etn_amount > rct::populateFromBlockchain (ctkeyV inPk, int mixin)
 
rctSig rct::genRct (const key &message, const ctkeyV &inSk, const keyV &destinations, const vector< etn_amount > &amounts, const ctkeyM &mixRing, const keyV &amount_keys, const multisig_kLRki *kLRki, multisig_out *msout, unsigned int index, ctkeyV &outSk, const RCTConfig &rct_config, hw::device &hwdev)
 
rctSig rct::genRct (const key &message, const ctkeyV &inSk, const ctkeyV &inPk, const keyV &destinations, const vector< etn_amount > &amounts, const keyV &amount_keys, const multisig_kLRki *kLRki, multisig_out *msout, const int mixin, const RCTConfig &rct_config, hw::device &hwdev)
 
rctSig rct::genRctSimple (const key &message, const ctkeyV &inSk, const ctkeyV &inPk, const keyV &destinations, const vector< etn_amount > &inamounts, const vector< etn_amount > &outamounts, const keyV &amount_keys, const std::vector< multisig_kLRki > *kLRki, multisig_out *msout, etn_amount txnFee, unsigned int mixin, const RCTConfig &rct_config, hw::device &hwdev)
 
rctSig rct::genRctSimple (const key &message, const ctkeyV &inSk, const keyV &destinations, const vector< etn_amount > &inamounts, const vector< etn_amount > &outamounts, etn_amount txnFee, const ctkeyM &mixRing, const keyV &amount_keys, const std::vector< multisig_kLRki > *kLRki, multisig_out *msout, const std::vector< unsigned int > &index, ctkeyV &outSk, const RCTConfig &rct_config, hw::device &hwdev)
 
bool rct::verRct (const rctSig &rv, bool semantics)
 
bool rct::verRctSemanticsSimple (const rctSig &rv)
 
bool rct::verRctSemanticsSimple (const std::vector< const rctSig *> &rvv)
 
bool rct::verRctNonSemanticsSimple (const rctSig &rv)
 
etn_amount rct::decodeRct (const rctSig &rv, const key &sk, unsigned int i, key &mask, hw::device &hwdev)
 
etn_amount rct::decodeRct (const rctSig &rv, const key &sk, unsigned int i, hw::device &hwdev)
 
etn_amount rct::decodeRctSimple (const rctSig &rv, const key &sk, unsigned int i, key &mask, hw::device &hwdev)
 
etn_amount rct::decodeRctSimple (const rctSig &rv, const key &sk, unsigned int i, hw::device &hwdev)
 
key rct::get_pre_mlsag_hash (const rctSig &rv, hw::device &hwdev)
 
bool rct::signMultisig (rctSig &rv, const std::vector< unsigned int > &indices, const keyV &k, const multisig_out &msout, const key &secret_key)
 

Macro Definition Documentation

◆ DP

#define DP (   x)

Definition at line 58 of file rctSigs.h.

◆ RCTSIGS_H

#define RCTSIGS_H

Definition at line 36 of file rctSigs.h.