Fabcoin Core
0.16.2
P2P Digital Currency
|
►Nbenchmark | |
►Ncl | The OpenCL C++ bindings are defined within this namespace |
►NConsensus | |
►NCuckooCache | Namespace CuckooCache provides high performance cache primitives |
►Ndev | Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger |
►NGUIUtil | Utility functions used by the Fabcoin Qt UI |
►Njson_spirit | |
►Nmemusage | |
►Norg | |
►Npayments | |
►Npicosha2 | |
►Nstd | Std::hash for asio::adress |
►Ntinyformat | |
►NUi | |
►NWeak | |
►NWeak1 | |
C__blake2b_param | |
CABIFunctionField | ABI functions widget |
CABIParam | ABI parameter widget |
CABIParamItem | |
CABIParamsField | List of parameters for contract function |
CAbstractEuclideanDomain | Abstract Euclidean domain |
CAbstractGroup | Abstract group |
CAbstractPolicyHolder | Access a stream cipher policy object |
►CAbstractRing | Abstract ring |
CAbstractThresholdConditionChecker | Abstract class that implements BIP9-style threshold logic, and caches results |
CAccountManager | Add account management functionnalities to CLI |
CAddedNodeInfo | |
CAdditiveCipherAbstractPolicy | Policy object for additive stream ciphers |
CAdditiveCipherConcretePolicy | Base class for additive stream ciphers |
CAdditiveCipherTemplate | Base class for additive stream ciphers with SymmetricCipher interface |
CAddressBookPage | Widget that shows a list of sending or receiving addresses |
CAddressField | Drop down list of addresses |
CAddressTableEntry | |
CAddressTableEntryLessThan | |
CAddressTableModel | Qt model of the address book in the core |
CAddressTablePriv | |
CAddTokenPage | |
CAdler32 | ADLER-32 checksum calculations |
CAES | AES block cipher (Rijndael) |
CAES128_ctx | |
CAES128CBCDecrypt | |
CAES128CBCEncrypt | |
CAES128Decrypt | A decryption class for AES-128 |
CAES128Encrypt | An encryption class for AES-128 |
CAES192_ctx | |
CAES256_ctx | |
CAES256CBCDecrypt | |
CAES256CBCEncrypt | |
CAES256Decrypt | A decryption class for AES-256 |
CAES256Encrypt | An encryption class for AES-256 |
CAES_state | |
CAlgorithm | Interface for all crypto algorithms |
CAlgorithmImpl | Base class for identifying alogorithm |
CAlgorithmParameters | An object that implements NameValuePairs |
►CAlgorithmParametersBase | Base class for AlgorithmParameters |
CAlgorithmParametersTemplate | Template base class for AlgorithmParameters |
CAllocatorBase | Base class for all allocators used by SecBlock |
►CAllocatorWithCleanup | Allocates a block of memory with cleanup |
CAmountSpinBox | QSpinBox that uses fixed-point numbers internally and uses our own formatting/parsing functions |
Cancestor_score | |
Cancestor_score_or_gas_price | |
CAnnotatedMixin | Template mixin that adds -Wthread-safety locking annotations to a subset of the mutex API |
CARC4 | Alleged RC4 |
►CArena | |
CArgsManager | |
Carith_uint256 | 256-bit unsigned big integer |
CArraySink | Copy input to a memory buffer |
CArraySource | Pointer-based implementation of the Source interface |
CArrayXorSink | Xor input to a memory buffer |
CAskPassphraseDialog | Multifunctional dialog to ask for passphrases |
CASN1CryptoMaterial | Encode and decode ASN.1 objects with additional information |
CASN1Object | Interface for encoding and decoding ASN1 objects |
CASNOptional | Optional data encoder and decoder |
CAssignFromHelperClass | |
CAsymmetricAlgorithm | Interface for asymmetric algorithms |
CAuthenticatedDecryptionFilter | Filter wrapper for decrypting with AuthenticatedSymmetricCipher |
CAuthenticatedEncryptionFilter | Filter wrapper for encrypting with AuthenticatedSymmetricCipher |
CAuthenticatedKeyAgreementDomain | Interface for domains of authenticated key agreement protocols |
►CAuthenticatedSymmetricCipher | Interface for one direction (encryption or decryption) of a stream cipher or block cipher mode with authentication |
CAuthenticatedSymmetricCipherBase | Base implementation for one direction (encryption or decryption) of a stream cipher or block cipher mode with authentication |
CAuthenticatedSymmetricCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher |
CAutoSignaling | Provides auto signaling support |
CBadArgument | |
CBannedNodeLessThan | |
CBanTableModel | Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call |
CBanTablePriv | |
CBase32Decoder | Base32 decodes data |
CBase32Encoder | Base32 encodes data |
CBase64Decoder | Base64 decodes data |
CBase64Encoder | Base64 encodes data |
CBase64URLDecoder | Base64 decodes data using a web safe alphabet |
CBase64URLEncoder | Base64 encodes data using a web safe alphabet |
Cbase_blob | Template base class for fixed-sized opaque blobs |
Cbase_uint | Template base class for unsigned big integers |
CBaseAndExponent | Base and exponent |
CBaseN_Decoder | Decoder for bases that are a power of 2 |
CBaseN_Encoder | Encoder for bases that are a power of 2 |
CBaseSignatureChecker | |
CBaseSignatureCreator | Virtual base class for signature creators |
Cbench_ecdh_t | |
Cbench_inv_t | |
Cbench_recover_t | |
Cbench_sign_t | |
Cbenchmark_verify_t | |
CBERDecodeErr | Exception thrown when an ASN.1 BER decoing error is encountered |
CBERGeneralDecoder | BER General Decoder |
CBERSequenceDecoder | BER Sequence Decoder |
CBERSetDecoder | BER Set Decoder |
CBIP9Stats | |
CBitBucket | Acts as an input discarding Filter or Sink |
CBLAKE2_Base | BLAKE2 hash implementation |
CBLAKE2_Info | BLAKE2 hash information |
CBLAKE2_IV | |
CBLAKE2_IV< false > | BLAKE2s initialization vector specialization |
CBLAKE2_IV< true > | |
CBLAKE2_ParameterBlock | BLAKE2 parameter block |
CBLAKE2_ParameterBlock< false > | BLAKE2s parameter block specialization |
CBLAKE2_ParameterBlock< true > | BLAKE2b parameter block specialization |
CBLAKE2_Sigma | |
CBLAKE2_Sigma< false > | |
CBLAKE2_Sigma< true > | BLAKE2b sigma table specialization |
CBLAKE2_State | BLAKE2 state information |
CBLAKE2_TestTuples | |
CBLAKE2b | The BLAKE2b cryptographic hash function |
Cblake2b_state_s | |
CBLAKE2s | The BLAKE2s cryptographic hash function |
►CBlockAssembler | Generate a new block, without valid proof-of-work |
CBlockCipher | Interface for one direction (encryption or decryption) of a block cipher |
CBlockCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher |
CBlockCipherFinal | Provides class member functions to key a block cipher |
CBlockCipherImpl | Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers |
CBlockGetAndPut | Access a block of memory |
CBlockHasher | |
CBlockInfoDiagnosticsChannel | |
CBlockOrientedCipherModeBase | Block cipher mode of operation default implementation |
CBlockPaddingSchemeDef | Padding schemes used for block ciphers |
CBlockTransactions | |
CBlockTransactionsRequest | |
CBlockTransformation | Interface for the data processing part of block ciphers |
►CBlowfish | Blowfish block cipher |
CBlowfish_Info | Blowfish block cipher information |
CBlumBlumShub | BlumBlumShub with factorization of the modulus |
►CBTEA | BTEA block cipher |
CBTEA_Info | BTEA block cipher information |
Cbucket | |
►CBufferedTransformation | Interface for buffered transformations |
CBufferless | Base class for bufferless filters |
CByteArrayParameter | Used to pass byte array input as part of a NameValuePairs object |
CByteCodeExec | |
CByteCodeExecResult | |
►CByteQueue | Data structure used to store byte strings |
CByteQueueNode | |
CCAccount | Account information |
CCAccountingEntry | Internal transfers |
CCachingTransactionSignatureChecker | |
CCAddrDB | Access to the (IP) address database (peers.dat) |
CCAddress | A CService with information about it as peer |
CCAddressBookData | Address book data |
CCAddrInfo | Extended statistics about a CAddress |
CCAddrMan | Stochastical (IP) address manager |
CCAffectedKeysVisitor | |
CCallback | |
CCallContract | |
CCallStack | |
►CCamellia | Camellia block cipher |
CCamellia_Info | Camellia block cipher information |
CCannotFlush | Flush(true) was called but it can't completely flush its buffers |
CCAST | CAST block cipher base |
►CCAST128 | CAST128 block cipher |
CCAST128_Info | CAST128 block cipher information |
►CCAST256 | CAST256 block cipher |
CCAST256_Info | CAST256 block cipher information |
CCAutoFile | Non-refcounted RAII wrapper for FILE* |
CCBanDB | Access to the banlist database (banlist.dat) |
CCBanEntry | |
CCBase58Data | Base class for all base58-encoded data |
CCBaseChainParams | CBaseChainParams defines the base parameters (shared between fabcoin-cli and fabcoind) of a given instance of the Fabcoin system |
CCBaseMainParams | Main network |
CCBaseRegTestParams | |
CCBaseTestNetParams | Testnet (v3) |
CCBasicKeyStore | Basic key store, that keeps keys in an address->secret map |
CCBC_CTS_Decryption | CBC-CTS block cipher mode of operation decryption operation |
CCBC_CTS_Encryption | CBC-CTS block cipher mode of operation encryption operation |
CCBC_CTS_Mode | CBC mode with ciphertext stealing |
CCBC_CTS_Mode_ExternalCipher | CBC mode with ciphertext stealing, external cipher |
CCBC_Decryption | CBC block cipher mode of operation decryption operation |
CCBC_Encryption | CBC block cipher mode of operation encryption operation |
CCBC_MAC | CBC-MAC |
CCBC_MAC_Base | _ |
CCBC_Mode | CBC mode |
CCBC_Mode_ExternalCipher | CBC mode, external cipher |
CCBC_ModeBase | CBC block cipher mode of operation default implementation |
CCBlock | |
CCBlockFileInfo | |
CCBlockHeader | Nodes collect new transactions into a block, hash them into a hash tree, and scan through nonce values to make the block's hash satisfy proof-of-work requirements |
CCBlockHeaderAndShortTxIDs | |
CCBlockIndex | The block chain is a tree shaped structure starting with the genesis block at the root, with each block potentially having multiple candidates to be the next block |
CCBlockLocator | Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk |
►CCBlockPolicyEstimator | We want to be able to estimate feerates that are needed on tx's to be included in a certain number of blocks |
CCBlockTemplate | |
CCBlockTreeDB | Access to the block database (blocks/index/) |
CCBlockUndo | Undo information for a CBlock |
CCBloomFilter | BloomFilter is a probabilistic filter which SPV clients provide so that we can filter the transactions we send them |
CCBufferedFile | Non-refcounted RAII wrapper around a FILE* that implements a ring buffer to deserialize from |
CCChain | An in-memory indexed chain of blocks |
CCChainParams | CChainParams defines various tweakable parameters of a given instance of the Fabcoin system |
CCCheckpointData | |
CCCheckQueue | Queue for verifications that have to be performed |
CCCheckQueueControl | RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing |
CCClientUIInterface | Signals for UI communication |
CCCM | CCM block cipher mode of operation |
CCCM_Base | CCM block cipher base implementation |
CCCM_Final | CCM block cipher final implementation |
CCCoin | |
CCCoinControl | Coin Control Features |
CCCoinControlWidgetItem | |
CCCoinsCacheEntry | |
CCCoinsStats | |
CCCoinsView | Abstract view on the open txout dataset |
CCCoinsViewBacked | CCoinsView backed by another CCoinsView |
CCCoinsViewCache | CCoinsView that adds a memory cache for transactions to another CCoinsView |
CCCoinsViewCursor | Cursor for iterating over CoinsView state |
CCCoinsViewDB | CCoinsView backed by the coin database (chainstate/) |
CCCoinsViewDBCursor | Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB |
CCCoinsViewErrorCatcher | This is a minimally invasive approach to shutdown on LevelDB read errors from the chainstate, while keeping user interface out of the common library, which is shared between fabcoind, and fabcoin-qt and non-server tools |
CCCoinsViewMemPool | CCoinsView that brings transactions from a memorypool into view |
CCCombinedBan | |
CCCompactSize | |
CCConnectionFailed | |
►CCConnman | |
CCContractBookData | Contract book data |
CCCriticalSection | Wrapped boost mutex: supports recursive locking, but no waiting TODO: We should move away from using the recursive lock by default |
CCCrypter | Encryption/decryption context with key information |
CCCryptoKeyStore | Keystore which keeps the private keys encrypted |
CCDataStream | Double ended buffer combining vector and stream-like interfaces |
CCDB | RAII class that provides access to a Berkeley database |
CCDBBatch | Batch of changes queued to be written to a CDBWrapper |
CCDBEnv | |
CCDBIterator | |
CCDBWrapper | |
CCDiskBlockIndex | Used to marshal pointers into hashes for db storage |
CCDiskBlockPos | |
CCDiskTxPos | |
CCDNSSeedData | |
CCEquihashInput | Custom serializer for CBlockHeader that omits the nonce and solution, for use as input to Equihash |
CCExtKey | |
CCExtPubKey | |
CCFabcoinAddress | Base58-encoded Fabcoin addresses |
CCFabcoinExtKeyBase | |
CCFabcoinLevelDBLogger | |
CCFabcoinSecret | A base58-encoded secret key |
CCFB_CipherAbstractPolicy | Policy object for feeback based stream ciphers |
►CCFB_CipherConcretePolicy | Base class for feedback based stream ciphers |
CCFB_CipherTemplate | Base class for feedback based stream ciphers with SymmetricCipher interface |
CCFB_DecryptionTemplate | Base class for feedback based stream ciphers in the reverse direction with SymmetricCipher interface |
CCFB_EncryptionTemplate | Base class for feedback based stream ciphers in the forward direction with SymmetricCipher interface |
CCFB_FIPS_Mode | CFB block cipher mode of operation providing FIPS validated cryptography |
CCFB_FIPS_Mode_ExternalCipher | CFB mode, external cipher, providing FIPS validated cryptography |
CCFB_Mode | CFB block cipher mode of operation |
CCFB_Mode_ExternalCipher | CFB mode, external cipher |
CCFB_ModePolicy | CFB block cipher mode of operation |
CCFB_RequireFullDataBlocks | Base class for feedback based stream ciphers with a mandatory block size |
CCFeeBumper | |
CCFeeRate | Fee rate in liu per kilobyte: CAmount / kB |
CCFlatData | Wrapper for serializing arrays and POD |
CChaCha12 | ChaCha12 stream cipher |
CChaCha20 | A PRNG class for ChaCha20 |
CChaCha8 | ChaCha8 stream cipher |
CChaCha_Info | ChaCha stream cipher information |
CChaCha_Policy | ChaCha stream cipher implementation |
CChainTxData | |
CChannelRouteIterator | |
CChannelSwitch | Route input to different and/or multiple channels based on channel ID |
CChannelSwitchTypedefs | |
CCHash160 | A hasher class for Fabcoin's 160-bit hash (SHA-256 + RIPEMD-160) |
CCHash256 | A hasher class for Fabcoin's 256-bit hash (double SHA-256) |
CCHashVerifier | Reads data from an underlying stream, while hashing the read data |
CCHashWriter | A writer stream (for serialization) that computes a 256-bit hash |
CCHDChain | |
CCHeightTxIndexIteratorKey | |
CCHeightTxIndexKey | |
CCHMAC_SHA256 | A hasher class for HMAC-SHA-256 |
CCHMAC_SHA512 | A hasher class for HMAC-SHA-512 |
CCImportingNow | |
CCInit | |
CCInputCoin | |
CCInv | Inv message data |
CCipherFactory | |
CCipherModeBase | Block cipher mode of operation information |
CCipherModeDocumentation | Block cipher mode of operation information |
CCipherModeFinalTemplate_CipherHolder | Block cipher mode of operation aggregate |
CCipherModeFinalTemplate_ExternalCipher | |
CCKey | An encapsulated private key |
CCKeyID | A reference to a CKey: the Hash160 of its serialized public key |
CCKeyMetadata | |
CCKeyPool | A key pool entry |
CCKeyStore | A virtual base class for key stores |
Ccl_gpuminer | |
CClassNullRNG | Random Number Generator that does not produce random numbers |
CClientModel | Model for Fabcoin network client |
CCLogCategoryActive | |
CCLogCategoryDesc | |
CClonable | Interface for cloning objects |
Cclonable_ptr | A pointer which can be copied and cloned |
CClonableImpl | Base class for identifying alogorithm |
CCMAC | CMAC message authentication code |
CCMAC_Base | CMAC base implementation |
CCMainCleanup | |
CCMainParams | |
CCMainSignals | |
CCMasterKey | Private key encryption is done based on a CMasterKey, which holds a salt and random encryption key |
CCMedianFilter | Median filter over a stream of values |
CCMerkleBlock | Used to relay blocks as header + vector<merkle branch> to filtered nodes |
CCMerkleTx | A transaction with a merkle branch linking it to the block chain |
CCMessageHeader | Message header |
CCMutableTransaction | A mutable version of CTransaction |
CCMutexLock | Wrapper around boost::unique_lock<Mutex> |
CCNetAddr | IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96)) |
CCNetCleanup | |
CCNetMessage | |
CCNetMsgMaker | |
CCNetProcessingCleanup | |
CCNode | Information about a peer |
CCNodeCombinedStats | |
CCNodeStateStats | |
CCNodeStats | |
CCNoDestination | |
CCodeLessThan | |
CCoin | A UTXO entry |
CCoinControlDialog | |
CCoinControlTreeWidget | |
CCombinedNameValuePairs | Combines two sets of NameValuePairs |
CCombinerAll | |
CCompareBlocksByHeight | Comparison function for sorting the getchaintips heads |
CCompareCTxMemPoolIter | Comparator for CTxMemPool::txiter objects |
CCompareInvMempoolOrder | |
CCompareModifiedEntry | |
CCompareSR | |
CCompareTxIterByAncestorCount | |
CCompareTxMemPoolEntryByAncestorFee | |
CCompareTxMemPoolEntryByAncestorFeeOrGasPrice | |
CCompareTxMemPoolEntryByDescendantScore | Sort an entry by max(score/size of entry's tx, score/size with all descendants) |
CCompareTxMemPoolEntryByEntryTime | |
CCompareTxMemPoolEntryByScore | Sort by score of entry ((fee+delta)/size) in descending order |
CCompareValueOnly | |
CCompileAssert | |
CConcretePolicyHolder | Stream cipher policy object |
CCondensingTX | |
CConnectTrace | Used to track blocks whose transactions were applied to the UTXO state as a part of a single ActivateBestChainStep call |
CConstByteArrayParameter | Used to pass byte array input as part of a NameValuePairs object |
CContractABI | |
CContractBookPage | |
CContractResult | |
CContractTableEntry | |
CContractTableEntryLessThan | |
CContractTableModel | Qt model of the contract book in the core |
CContractTablePriv | |
CCOrphanTx | |
Ccounted_ptr | Reference counted pointer |
CCOutPoint | An outpoint - a combination of a transaction hash and an index n into its vout |
CCOutput | |
CCOutputEntry | |
CCPartialMerkleTree | Data structure that represents a partial merkle tree |
CCPubKey | An encapsulated public key |
CCRC32 | CRC-32 Checksum Calculation |
CCRC32C | CRC-32C Checksum Calculation |
CCreateContract | |
CCRecipient | |
CCRegTestParams | Regression test |
CCReserveKey | A key allocated from the key pool |
CCReserveScript | |
CCRIPEMD160 | A hasher class for RIPEMD-160 |
CCRollingBloomFilter | RollingBloomFilter is a probabilistic "keep track of most recently inserted" set |
CCRPCCommand | |
CCRPCConvertParam | |
CCRPCConvertTable | |
CCRPCTable | Fabcoin RPC command dispatcher |
►CCryptoMaterial | Interface for crypto material, such as public and private keys, and crypto parameters |
CCryptoParameters | Interface for crypto prameters |
CCScheduler | |
CCScript | Serialized script, used inside transaction inputs and outputs |
CCScriptCheck | Closure representing one script verification Note that this stores references to the spending transaction |
CCScriptCompressor | Compact serializer for scripts |
CCScriptID | A reference to a CScript: the Hash160 of its serialization (see script.h) |
CCScriptNum | |
CCScriptWitness | |
CCSemaphore | |
CCSemaphoreGrant | RAII-style semaphore lock |
CCSerActionSerialize | Support for ADD_SERIALIZE_METHODS and READWRITE macro |
CCSerActionUnserialize | |
CCSerializedNetMsg | |
CCService | A combination of a network address (CNetAddr) and a (TCP) port |
CCSHA1 | A hasher class for SHA1 |
CCSHA256 | A hasher class for SHA-256 |
CCSHA512 | A hasher class for SHA-512 |
CCSipHasher | SipHash-2-4 |
CCSizeComputer | |
CCSubNet | |
►CCSVModelWriter | Export a Qt table model to a CSV file |
Cctaes_test | |
CCTestNetParams | Testnet (v3) |
CCThreadInterrupt | |
CCTokenInfo | |
CCTokenTx | |
CCTR_Mode | CTR block cipher mode of operation |
CCTR_Mode_ExternalCipher | CTR mode, external cipher |
CCTR_ModePolicy | CTR block cipher mode of operation |
CCTransaction | The basic transaction that is broadcasted on the network and contained in blocks |
CCTranslationInterface | Signals for translation |
CCTxIn | An input of a transaction |
►CCTxMemPool | CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the next block |
CCTxMemPoolEntry | CTxMemPoolEntry stores data about the corresponding transaction, as well as data about all in-mempool transactions that depend on the transaction ("descendant" transactions) |
CCTxMemPoolModifiedEntry | |
CCTxOut | An output of a transaction |
CCTxOutCompressor | Wrapper for CTxOut that provides a more compact serialization |
CCTxUndo | Undo information for a CTransaction |
CCUnitTestParams | Regression network parameters overwrites for unit testing |
CCUpdatedBlock | |
CCustomFlushPropagation | Interface for custom flush signals propagation |
CCustomSignalPropagation | Interface for custom flush signals |
CCValidationInterface | |
CCValidationState | Capture information about block/transaction validation |
CCVarInt | |
CCVectorWriter | |
CCVerifyDB | RAII wrapper for VerifyDB: Verify consistency of the block and coin databases |
CCWallet | A CWallet is an extension of a keystore, which also maintains a set of transactions and balances, and provides the ability to create new transactions |
CCWalletDB | Access to the wallet database |
CCWalletDBWrapper | An instance of this class represents one database |
CCWalletKey | Private key that includes an expiration date in case it never gets used |
CCWalletScanState | |
CCWalletTx | A transaction with a bunch of additional info that only the owner cares about |
CCZMQAbstractNotifier | |
CCZMQAbstractPublishNotifier | |
CCZMQNotificationInterface | |
CCZMQPublishHashBlockNotifier | |
CCZMQPublishHashTransactionNotifier | |
CCZMQPublishRawBlockNotifier | |
CCZMQPublishRawTransactionNotifier | |
CDataDecryptor | Password-based Decryptor |
CDataDecryptorErr | Exception thrown when LegacyDecryptorWithMAC or DefaultDecryptorWithMAC decryption error is encountered |
CDataDecryptorWithMAC | Password-based decryptor with MAC |
CDataEncryptor | Password-based Encryptor |
CDataEncryptorWithMAC | Password-based encryptor with MAC |
CDataParametersInfo | Algorithm information for password-based encryptors and decryptors |
Cdbwrapper_error | |
Cdebug_s | |
CDecodingResult | Returns a decoding results |
CDefaultObjectFactory | Object factory for registering objects |
►CDeflator | DEFLATE compressor (RFC 1951) |
CDereferencingComparator | |
CDERGeneralEncoder | DER General Encoder |
CDERSequenceEncoder | DER Sequence Encoder |
CDERSetEncoder | DER Set Encoder |
►CDES | DES block cipher |
►CDES_EDE2 | 2-key TripleDES block cipher |
CDES_EDE2_Info | 2-key TripleDES block cipher information |
►CDES_EDE3 | 3-key TripleDES block cipher |
CDES_EDE3_Info | 3-key TripleDES block cipher information |
CDES_Info | DES block cipher information |
►CDES_XEX3 | DESX block cipher |
CDES_XEX3_Info | DESX block cipher information |
Cdescendant_score | |
Cdeserialize_type | Dummy data type to identify deserializing constructors |
CDeterministicSignatureAlgorithm | Interface for deterministic signers |
CDevcryptoTestFixture | |
CDH2 | Unified Diffie-Hellman in GF(p) |
CDH_Domain | Diffie-Hellman domain |
CDisconnectedBlockTransactions | |
CDL_Algorithm_DSA_RFC6979 | DSA signature algorithm based on RFC 6979 |
CDL_Algorithm_ECDSA | Elliptic Curve DSA (ECDSA) signature algorithm |
CDL_Algorithm_ECDSA_RFC6979 | Elliptic Curve DSA (ECDSA) signature algorithm based on RFC 6979 |
CDL_Algorithm_ECGDSA_ISO15946 | Elliptic Curve German DSA signature algorithm |
CDL_Algorithm_ECNR | Elliptic Curve NR (ECNR) signature algorithm |
CDL_Algorithm_GDSA | GDSA algorithm |
CDL_Algorithm_GDSA_ISO15946 | German Digital Signature Algorithm |
CDL_Algorithm_LUC_HMP | LUC HMP signature algorithm |
CDL_Algorithm_NR | NR algorithm |
CDL_BadElement | Exception thrown when an invalid group element is encountered |
CDL_Base | Discrete Log (DL) base interface |
CDL_BasePrecomputation_LUC | _ |
CDL_CryptoKeys_GFP | Discrete Log (DL) encryption/decryption keys in GF(p) groups |
CDL_CryptoKeys_LUC | LUC encryption keys |
CDL_CryptoSchemeOptions | Discrete Log (DL) crypto scheme options |
CDL_CryptoSystemBase | Discrete Log (DL) cryptosystem base implementation |
CDL_DecryptorBase | Discrete Log (DL) decryptor base implementation |
CDL_DecryptorImpl | Discrete Log (DL) decryptor implementation |
CDL_ElgamalLikeSignatureAlgorithm | Interface for Elgamal-like signature algorithms |
CDL_EncryptionAlgorithm_Xor | P1363 based XOR Encryption Method |
CDL_EncryptorBase | Discrete Log (DL) encryptor base implementation |
CDL_EncryptorImpl | Discrete Log (DL) encryptor implementation |
CDL_ES | Discrete Log (DL) encryption scheme |
CDL_FixedBasePrecomputation | |
CDL_FixedBasePrecomputationImpl | |
CDL_GroupParameters | Interface for Discrete Log (DL) group parameters |
CDL_GroupParameters_DSA | DSA group parameters |
CDL_GroupParameters_EC | Elliptic Curve Parameters |
CDL_GroupParameters_GFP | GF(p) group parameters |
CDL_GroupParameters_GFP_DefaultSafePrime | |
CDL_GroupParameters_IntegerBased | Integer-based GroupParameters specialization |
CDL_GroupParameters_IntegerBasedImpl | Integer-based GroupParameters default implementation |
CDL_GroupParameters_LUC | LUC GroupParameters specialization |
CDL_GroupParameters_LUC_DefaultSafePrime | GF(p) group parameters that default to safe primes |
CDL_GroupParametersImpl | Base implementation of Discrete Log (DL) group parameters |
CDL_GroupPrecomputation | |
CDL_GroupPrecomputation_LUC | |
CDL_Key | Base class for a Discrete Log (DL) key |
CDL_KeyAgreementAlgorithm | Interface for DL key agreement algorithms |
CDL_KeyAgreementAlgorithm_DH | Diffie-Hellman key agreement algorithm |
CDL_KeyDerivationAlgorithm | Interface for key derivation algorithms used in DL cryptosystems |
CDL_KeyDerivationAlgorithm_P1363 | _ |
CDL_KeyedSchemeOptions | Discrete Log (DL) key options |
CDL_KeyImpl | _ |
CDL_Keys_DSA | DSA keys |
CDL_Keys_EC | Elliptic Curve Discrete Log (DL) keys |
CDL_Keys_ECDSA | Elliptic Curve DSA keys |
CDL_Keys_ECGDSA_ISO15946 | Elliptic Curve German DSA keys for ISO/IEC 15946 |
CDL_ObjectImpl | Discrete Log (DL) object implementation |
CDL_ObjectImplBase | Discrete Log (DL) base object implementation |
CDL_PrivateKey | Interface for Discrete Log (DL) private keys |
CDL_PrivateKey_EC | Elliptic Curve Discrete Log (DL) private key |
CDL_PrivateKey_ECGDSA_ISO15946 | Elliptic Curve German DSA key for ISO/IEC 15946 |
CDL_PrivateKey_GFP | Discrete Log (DL) private key in GF(p) groups |
CDL_PrivateKey_GFP_OldFormat | Discrete Log (DL) private key in GF(p) groups |
CDL_PrivateKey_WithSignaturePairwiseConsistencyTest | _ |
CDL_PrivateKeyImpl | _ |
CDL_PublicKey | Interface for Discrete Log (DL) public keys |
CDL_PublicKey_EC | Elliptic Curve Discrete Log (DL) public key |
CDL_PublicKey_ECGDSA_ISO15946 | Elliptic Curve German DSA key for ISO/IEC 15946 |
CDL_PublicKey_GFP | Discrete Log (DL) public key in GF(p) groups |
CDL_PublicKey_GFP_OldFormat | Discrete Log (DL) public key in GF(p) groups |
CDL_PublicKeyImpl | _ |
CDL_SchemeOptionsBase | Discrete Log (DL) scheme options |
CDL_SignatureKeys_GFP | Discrete Log (DL) signing/verification keys in GF(p) groups |
CDL_SignatureKeys_LUC | LUC signature keys |
CDL_SignatureMessageEncodingMethod_DSA | Interface for message encoding method for public key signature schemes |
CDL_SignatureMessageEncodingMethod_NR | Interface for message encoding method for public key signature schemes |
CDL_SignatureSchemeBase | Discrete Log (DL) signature scheme base implementation |
CDL_SignatureSchemeOptions | Discrete Log (DL) signature scheme options |
CDL_SignerBase | Discrete Log (DL) signature scheme signer base implementation |
CDL_SignerImpl | Discrete Log (DL) signer implementation |
CDL_SimpleKeyAgreementDomainBase | Discrete Log (DL) simple key agreement base implementation |
CDL_SS | Discrete Log (DL) signature scheme |
CDL_SymmetricEncryptionAlgorithm | Interface for symmetric encryption algorithms used in DL cryptosystems |
CDL_VerifierBase | _ |
CDL_VerifierImpl | Discrete Log (DL) verifier implementation |
CDLIES | Discrete Log Integrated Encryption Scheme |
CDMAC | DMAC message authentication code |
CDMAC_Base | DMAC message authentication code base class |
CDSA2 | DSA signature scheme |
CDSA_RFC6979 | DSA deterministic signature scheme |
CDummySignatureCreator | A signature creator that just produces 72-byte empty signatures |
►CDWord | |
CEAX | EAX block cipher mode of operation |
CEAX_Base | EAX block cipher base implementation |
CEAX_Final | EAX block cipher final implementation |
CEC2N | Elliptic Curve over GF(2^n) |
CEC2NPoint | Elliptical Curve Point over GF(2^n) |
CECB_Mode | ECB block cipher mode of operation |
CECB_Mode_ExternalCipher | ECB mode, external cipher |
CECB_OneWay | ECB block cipher mode of operation default implementation |
CECCVerifyHandle | Users of this module must hold an ECCVerifyHandle |
CECDH | Elliptic Curve Diffie-Hellman |
CECDSA | Elliptic Curve DSA (ECDSA) signature scheme |
CECDSA_RFC6979 | Elliptic Curve DSA (ECDSA) deterministic signature scheme |
CECFHMQV | Fully Hashed Elliptic Curve Menezes-Qu-Vanstone |
CECGDSA | Elliptic Curve German Digital Signature Algorithm signature scheme |
CECHMQV | Hashed Elliptic Curve Menezes-Qu-Vanstone |
CECIES | Elliptic Curve Integrated Encryption Scheme |
CECMQV | Elliptic Curve Menezes-Qu-Vanstone |
CECNR | Elliptic Curve NR (ECNR) signature scheme |
CECP | Elliptic Curve over GF(p), where p is prime |
CECPPoint | Elliptical Curve Point over GF(p), where p is prime |
CEcPrecomputation | Elliptic Curve precomputation |
CEcPrecomputation< EC2N > | EC2N precomputation specialization |
CEcPrecomputation< ECP > | ECP precomputation specialization |
CEcRecommendedParameters | |
CEcRecommendedParameters< EC2N > | |
CEcRecommendedParameters< ECP > | |
CEditAddressDialog | Dialog for editing an address and associated information |
CEditContractInfoDialog | Dialog for editing a contract information |
CEhSolverCancelledException | |
Ceip150Fixture | |
Celement | |
CElGamal | ElGamal encryption scheme with non-standard padding |
CElGamalBase | ElGamal key agreement and encryption schemes base class |
CElGamalKeys | ElGamal key agreement and encryption schemes keys |
CElGamalObjectImpl | ElGamal key agreement and encryption schemes default implementation |
CEmpty | An Empty class |
CEMSA2HashId | |
►CEMSA2HashIdLookup | |
CEMSA2Pad | _ |
CEMSA5Pad | EMSA5 padding method |
CEncodedObjectFilter | ASN.1 encoded object filter |
CEncodedPoint | Abstract class for encoding and decoding ellicptic curve points |
CEncryptionStandard | Base class for public key encryption standard classes |
Centry_time | |
CEnumToType | Converts an enumeration to a type suitable for use as a template parameter |
Ceq_cuda_context | |
Ceq_cuda_context1847 | |
Ceq_cuda_context210_9 | |
►CEqualityComparisonFilter | A filter that checks messages on two channels for equality |
Cequi | |
CEquihash | |
CESIGN | ESIGN signature scheme, IEEE P1363a |
CESIGN_Keys | |
CESIGNFunction | ESIGN trapdoor function using the public key |
CEstimationResult | |
CEstimatorBucket | |
Cethash_full | |
Cethash_h256 | Type of a seedhash/blockhash e.t.c |
Cethash_light | |
Cethash_return_value | |
CEthereumPeerTestFixture | |
CEthTransactionParams | |
CEuclideanDomainOf | Euclidean domain |
CEventLog | |
Cevm_factory | The EVM instance factory |
Cevm_instance | The EVM instance |
Cevm_result | The EVM code execution result |
Cevm_uint160be | Big-endian 160-bit hash suitable for keeping an Ethereum address |
Cevm_uint256be | Big-endian 256-bit integer |
Cevm_variant | Variant type to represent possible types of values used in EVM |
Cexamplevm | |
CException | Base class for all exceptions thrown by the library |
CExecRPCCommand | Execution of RPC command line |
CExitHandler | |
CFabcoinAddressCheckValidator | Fabcoin address widget validator, checks for a valid fabcoin address |
CFabcoinAddressEntryValidator | Base58 entry widget validator, checks for valid characters and removes some whitespace |
CFabcoinAmountField | Widget for entering fabcoin amounts |
CFabcoinApplication | Main Fabcoin application object |
CFabcoinCore | Class encapsulating Fabcoin Core startup and shutdown |
CFabcoinGUI | Fabcoin GUI main class |
CFabcoinStyle | |
CFabcoinUnits | Fabcoin unit definitions |
CFabcoinVersionChecker | |
CFarm | This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! |
CFarmClient | This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! |
CFascDGP | |
CFascState | |
CFascTransaction | |
CFascTxConverter | |
CFastRandomContext | Fast randomness source |
CFeeCalculation | |
CFeeFilterRounder | |
CFHMQV_Domain | Fully Hashed Menezes-Qu-Vanstone in GF(p) |
►CFileSink | Implementation of Store interface |
CFileSource | Implementation of Store interface |
►CFileStore | Implementation of Store interface |
CFilter | Implementation of BufferedTransformation's attachment interface |
CFilterPutSpaceHelper | Create a working space in a BufferedTransformation |
CFilterTester | |
►CFilterWithBufferedInput | Divides an input stream into discrete blocks |
CFilterWithInputQueue | A filter that buffers input using a ByteQueue |
CFixedBlockSize | Inherited by algorithms with fixed block size |
CFixedKeyLength | Inherited by keyed algorithms with fixed key length |
CFixedRNG | |
CFixedRounds | Inherited by algorithms with fixed number of rounds |
CFixedRoundsCipherFactory | |
CFixedSizeAlignedSecBlock | Fixed size stack-based SecBlock with 16-byte alignment |
CFixedSizeAllocatorWithCleanup | Static secure memory block with cleanup |
CFixedSizeSecBlock | Fixed size stack-based SecBlock |
CFreespaceChecker | |
CFreqLessThan | |
CfrontierFixture | |
CFullStepRow | |
CFunctionABI | |
CFunctionCallback | |
CGCM | GCM block cipher mode of operation |
►CGCM_Base | GCM block cipher base implementation |
CGCM_Final | GCM block cipher final implementation |
CGDSA | DSA signature scheme |
Cgeneraltestfixture | |
CGeneratableCryptoMaterial | Interface for generatable crypto material, such as private keys and crypto parameters |
CGetBlock | Access a block of memory |
CGetValueHelperClass | |
CGF256 | GF(256) with polynomial basis |
CGF2_32 | GF(2^32) with polynomial basis |
CGF2NP | GF(2^n) with Polynomial Basis |
CGF2NPP | GF(2^n) with Pentanomial Basis |
CGF2NT | GF(2^n) with Trinomial Basis |
CGFP2_ONB | GF(p^2), optimal normal basis |
CGFP2Element | Element of GF(p^2) |
►CGOST | GOST block cipher |
CGOST_Info | GOST block cipher information |
CGPUConfig | |
CGPUSolver | |
CGPUSolverCancelledException | |
CGrouper | Filter that breaks input stream into groups of fixed size |
►CGunzip | GZIP Decompression (RFC 1952) |
CGzip | GZIP Compression (RFC 1952) |
CHash_DRBG | Hash_DRBG from SP 800-90A Rev 1 (June 2015) |
CHashFilter | Filter wrapper for HashTransformation |
CHashInputTooLong | Exception thrown when trying to hash more data than is allowed by a hash function |
CHashTestTuple | |
CHashTransformation | Interface for hash functions and data processing part of MACs |
►CHashVerificationFilter | Filter wrapper for HashTransformation |
CHelpMessageDialog | "Help message" dialog box |
CHermeticHashFunctionMAC | MAC construction using a hermetic hash function |
CHexDecoder | Decode base 16 data back to bytes |
CHexEncoder | Converts given data to base 16 |
CHKDF | Extract-and-Expand Key Derivation Function (HKDF) |
CHKDF_TestTuple | |
CHMAC | HMAC |
CHMAC_Base | HMAC information |
CHMQV_Domain | Hashed Menezes-Qu-Vanstone in GF(p) |
ChomesteadFixture | |
CHTTPClosure | Event handler closure |
CHTTPEvent | Event class |
CHTTPPathHandler | |
CHTTPReply | Reply structure for request_done to fill in |
CHTTPRequest | In-flight HTTP request |
CHTTPRPCTimer | Simple one-shot callback timer to be used by the RPC mechanism to e.g |
CHTTPRPCTimerInterface | |
CHTTPWorkItem | HTTP request work item |
►CHuffmanDecoder | Huffman Decoder |
►CHuffmanEncoder | Huffman Encoder |
CHuffmanNode | |
►CIDEA | IDEA block cipher |
CIDEA_Info | IDEA block cipher information |
Cindirectmap | |
►CInflator | DEFLATE decompressor (RFC 1951) |
CInformationDispersal | Variant of Rabin's Information Dispersal Algorithm |
CInformationRecovery | Rabin's Information Dispersal Algorithm |
CInitializeInteger | Performs static initialization of the Integer class |
►CInputRejecting | Base class for input rejecting filters |
Cinsertion_order | |
►CInteger | Multiple precision integer with arithmetic operations |
CIntro | Introduction screen (pre-GUI startup) |
CInvalidArgument | An invalid argument was detected |
CInvalidCiphertext | A decryption filter encountered invalid ciphertext |
CInvalidDataFormat | Input data was received that did not conform to expected format |
CInvalidKeyLength | Exception thrown when an invalid key length is encountered |
CInvalidPersonalizationLength | Exception thrown when an invalid personalization string length is encountered |
CInvalidRounds | Exception thrown when an invalid number of rounds is encountered |
CInvalidSaltLength | Exception thrown when an invalid salt length is encountered |
CInvertibleESIGNFunction | ESIGN trapdoor function using the private key |
CInvertibleLUCFunction | The LUC inverse function |
CInvertibleRabinFunction | Rabin trapdoor function using the private key |
CInvertibleRSAFunction | RSA trapdoor function using the private key |
CInvertibleRSAFunction_ISO | RSA trapdoor function using the private key |
CInvertibleRWFunction | Rabin-Williams trapdoor function using the private key |
CIpcReceiveChannel | |
CIpcSendChannel | |
CIteratedHash | Iterated hash base class |
CIteratedHashBase | Iterated hash base class |
CIteratedHashWithStaticTransform | Iterated hash with a static transformation function |
CIteratorComparator | |
CJSONRPCRequest | |
CJSONUTF8StringFilter | Filter that generates and validates UTF-8, as well as collates UTF-16 surrogate pairs as specified in RFC4627 |
CKDF2_RNG | |
CKeccak | Keccak message digest base class |
CKeccak_224 | Keccak-X message digest, template for more fine-grained typedefs |
CKeccak_256 | Keccak-256 message digest |
CKeccak_384 | Keccak-384 message digest |
CKeccak_512 | Keccak-512 message digest |
CKeccak_Final | |
CKeyAgreementAlgorithm | Interface for key agreement algorithms |
CKeyBadErr | Exception thrown when a bad key is encountered in DefaultDecryptorWithMAC and LegacyDecryptorWithMAC |
CKeyCLI | |
CKeyDerivationFunction | Abstract base class for key derivation function |
CLazyPutter | Use this to make sure LazyPut is finalized in event of exception |
CLazyPutterModifiable | Like LazyPutter, but does a LazyPutModifiable instead |
CLC_RNG | Linear Congruential Generator (LCG) |
Clibscrypt_HMAC_SHA256Context | |
Clibscrypt_SHA256Context | |
Climitedmap | STL-like map container that only keeps the N elements with the highest value |
CLimitedString | |
CListCoinsTestingSetup | |
CLocalServiceInfo | |
CLockedPageAllocator | OS-dependent allocation and deallocation of locked/pinned memory pages |
►CLockedPool | Pool for locked memory chunks |
CLockedPoolManager | Singleton class to keep track of locked (ie, non-swappable) memory, for use in std::allocator templates |
CLockPoints | |
CLowFirstBitReader | |
CLowFirstBitWriter | Encoding table writer |
►CLR | Luby-Rackoff block cipher |
CLR_Info | Luby-Rackoff block cipher information |
CLUC | LUC Integrated Encryption Scheme |
CLUC_HMP | LUC-HMP, based on "Digital signature schemes based on Lucas functions" by Patrick Horster, Markus Michels, Holger Petersen |
CLUC_IES | |
CLUCES | LUC cryptosystem |
CLUCFunction | The LUC function |
CLUCPrimeSelector | |
CLUCSS | LUC signature scheme with appendix |
CMACBadErr | Exception thrown when an incorrect MAC is encountered in DefaultDecryptorWithMAC and LegacyDecryptorWithMAC |
CMacDockIconHandler | Macintosh-specific dock icon handler |
CMacNotificationHandler | Macintosh-specific notification handler (supports UserNotificationCenter and Growl) |
CMainSignalsInstance | |
CMARC4 | Modified Alleged RC4 |
►CMARS | MARS block cipher |
CMARS_Info | MARS block cipher information |
CMaskGeneratingFunction | Mask generation function interface |
CMaurerRandomnessTest | Maurer's Universal Statistical Test for Random Bit Generators |
►CMDC | MDC cipher |
CMDC_Info | MDC_Info cipher information |
Cmember_ptr | Pointer that overloads operator -> |
CMemPoolConflictRemovalTracker | |
Cmempoolentry_txid | |
CMersenneTwister | Mersenne Twister class for Monte-Carlo simulations |
CMessageAuthenticationCode | Interface for message authentication codes |
CMessageAuthenticationCodeFinal | Provides class member functions to key a message authentication code |
CMessageAuthenticationCodeImpl | Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes |
CMessageQueue | Message Queue |
►CMeterFilter | Measure how many bytes and messages pass through the filter |
Cmhd_coninfo | Structure copied from libjson-rpc-cpp httpserver version 0.6.0 |
►CMinerCLI | |
Cmining_score | |
CMiningChannel | |
CMockEthereumPeerObserver | |
CMockHostCapability | |
CMockSession | |
CModalOverlay | Modal overlay to display information about the chain-sync state |
CModePolicyCommonTemplate | Block cipher mode of operation common operations |
CModExpPrecomputation | |
Cmodifiedentry_iter | |
CModularArithmetic | Ring of congruence classes modulo n |
CModularServer | |
CModularServer< I, Is... > | |
CMontgomeryRepresentation | Performs modular arithmetic in Montgomery representation for increased speed |
CMQV_Domain | MQV domain for performing authenticated key agreement |
CMT19937 | Original MT19937 generator provided in the ACM paper |
CMT19937ar | Updated MT19937 generator adapted to provide an array for initialization |
CMultichannel | Multiple channels support for custom signal processing |
CMutableTransactionSignatureChecker | |
CMutableTransactionSignatureCreator | |
►CNameValuePairs | Interface for retrieving values given their names |
CNavigationBar | Custom control for navigation bar |
CNavToolButton | |
CNetEventsInterface | Interface for message handling |
CNetFixture | |
CNetworkStyle | |
CNewFixedDistanceDecoder | |
CNewFixedLiteralDecoder | |
CNewInteger | |
CNewLastSmallPrimeSquared | |
CNewObject | An object factory function |
CNewPolynomialMod2 | |
CNewPrimeTable | |
►CNIST_DRBG | Interface for NIST DRBGs from SP 800-90A |
Cnode | |
CNodeEvictionCandidate | |
CNodeLessThan | |
CNotCopyable | Ensures an object is not copyable |
CNotificator | Cross-platform desktop notification client |
CNotImplemented | A method was called which was not implemented |
CNR | NR signature scheme |
CNSBundle(returnCorrectIdentifier) | |
CNullAllocator | NULL allocator |
CNullHash | |
CNullNameValuePairs | |
CNullStore | Empty store |
COAEP | OAEP padding |
COAEP_Base | OAEP padding base class |
CObjectFactory | Object factory interface for registering objects |
►CObjectFactoryRegistry | Object factory registry |
CObjectHolder | Uses encapsulation to hide an object in derived classes |
COFB_Mode | OFB block cipher mode of operation |
COFB_Mode_ExternalCipher | OFB mode, external cipher |
COFB_ModePolicy | OFB block cipher mode of operation |
COID | Object Identifier |
COIDLessThan | |
COpaqueFilter | A non-transparent MeterFilter |
COpenURIDialog | |
COptionsDialog | Preferences dialog |
COptionsModel | Interface from Qt to configuration data structure for Fabcoin client |
COS_Error | The operating system reported an error |
COutputProxy | Filter class that is a proxy for a sink |
COverrideStream | |
COverviewPage | Overview ("home") page widget |
CP1363_EMSA2 | EMSA2, for use with RWSS and RSA_ISO |
CP1363_EMSA5 | EMSA5 padding method, for use with ESIGN |
CP1363_KDF2 | |
CP1363_MGF1 | P1363 mask generation function |
CP2PFixture | |
CPaddingRemover | |
CPanama | |
CPanamaCipher | Panama stream cipher |
CPanamaCipherInfo | Panama stream cipher information |
CPanamaCipherPolicy | Panama stream cipher operation |
CParameterABI | |
CParameterType | Decode the api parameter type, provide more informations about the data type that can be used for encoding and decoding |
CPartiallyDownloadedBlock | |
CPasswordBasedKeyDerivationFunction | Abstract base class for password based key derivation function |
CPaymentRequestPlus | |
CPaymentServer | |
CPBKDF_TestTuple | |
CPeerLogicValidation | |
CPeerTableModel | Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call |
CPeerTablePriv | |
CPerBlockConnectTrace | |
CPK_CryptoSystem | Interface for public-key encryptors and decryptors |
CPK_Decryptor | Interface for public-key decryptors |
CPK_DecryptorFilter | Filter wrapper for PK_Decryptor |
CPK_DefaultDecryptionFilter | |
CPK_DefaultEncryptionFilter | |
CPK_DeterministicSignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
CPK_EncryptionMessageEncodingMethod | Message encoding method for public key encryption |
►CPK_Encryptor | Interface for public-key encryptors |
CPK_EncryptorFilter | Filter wrapper for PK_Encryptor |
CPK_FinalTemplate | Template implementing constructors for public key algorithm classes |
CPK_FixedLengthCryptoSystemImpl | Public key trapdoor function default implementation |
CPK_MessageAccumulator | Interface for accumulating messages to be signed or verified |
CPK_MessageAccumulatorBase | Interface for message encoding method for public key signature schemes |
CPK_MessageAccumulatorImpl | Interface for message encoding method for public key signature schemes |
CPK_RecoverableSignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
►CPK_SignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
►CPK_SignatureScheme | Interface for public-key signers and verifiers |
CPK_Signer | Interface for public-key signers |
CPK_Verifier | Interface for public-key signature verifiers |
CPKCS12_PBKDF | PBKDF from PKCS #12, appendix B |
CPKCS1v15 | PKCS #1 version 1.5, for use with RSAES and RSASS |
►CPKCS1v15_SignatureMessageEncodingMethod | PKCS#1 v1.5 Signature Encoding Scheme |
CPKCS5_PBKDF1 | PBKDF1 from PKCS #5 |
CPKCS5_PBKDF2_HMAC | PBKDF2 from PKCS #5 |
CPKCS8PrivateKey | Encodes and decodesprivateKeyInfo |
CPKCS_DigestDecoration | PKCS#1 decoration data structure |
CPKCS_EncryptionPaddingScheme | PKCS#1 v1.5 Encryption Padding Scheme |
CPlatformStyle | |
CPoly1305 | Poly1305 message authentication code |
CPoly1305_Base | Poly1305 message authentication code base class |
CPoly1305_TestTuples | |
►CPolynomialMod2 | Polynomial with Coefficients in GF(2) |
►CPolynomialOver | Single-variable polynomials over arbitrary rings |
►CPolynomialOverFixedRing | Polynomials over a fixed ring |
CPosixLockedPageAllocator | LockedPageAllocator specialized for OSes that don't try to be special snowflakes |
CPrecomputedTransactionData | |
CPrefilledTransaction | |
►Cprevector | Implements a drop-in replacement for std::vector<T> which stores up to N elements directly (without heap allocation) |
CPrimeAndGenerator | Generator of prime numbers of special forms |
CPrimeSelector | Application callback to signal suitability of a cabdidate prime |
CPrimeSieve | |
CPrivateKey | Interface for private keys |
CPrivateKeyAlgorithm | Interface for asymmetric algorithms using private keys |
CProjectiveDoubling | |
CProjectivePoint | |
CProxyAddressValidator | Proxy address widget validator, checks for a valid proxy address |
CProxyCredentials | Credentials for proxy authentication |
CProxyFilter | Base class for Filter classes that are proxies for a chain of other filters |
CproxyType | |
CPSS | Probabilistic Signature Scheme with Appendix |
CPSSR | Probabilistic Signature Scheme with Recovery |
CPSSR_MEM | PSSR Message Encoding Method |
CPSSR_MEM_Base | PSSR Message Encoding Method interface |
CPSSR_MEM_BaseWithHashId | PSSR Message Encoding Method with Hash Identifier |
CPSSR_MEM_BaseWithHashId< false > | PSSR Message Encoding Method without Hash Identifier |
CPSSR_MEM_BaseWithHashId< true > | PSSR Message Encoding Method with Hash Identifier |
CPublicBlumBlumShub | BlumBlumShub without factorization of the modulus |
CPublicKey | Interface for public keys |
CPublicKeyAlgorithm | Interface for asymmetric algorithms using public keys |
CPutBlock | Access a block of memory |
CQRCToken | |
CQRImageWidget | |
Cqt_meta_stringdata_ABIFunctionField_t | |
Cqt_meta_stringdata_ABIParam_t | |
Cqt_meta_stringdata_ABIParamItem_t | |
Cqt_meta_stringdata_ABIParamsField_t | |
Cqt_meta_stringdata_AddressBookPage_t | |
Cqt_meta_stringdata_AddressField_t | |
Cqt_meta_stringdata_AddressTableModel_t | |
Cqt_meta_stringdata_AddTokenPage_t | |
Cqt_meta_stringdata_AskPassphraseDialog_t | |
Cqt_meta_stringdata_BanTableModel_t | |
Cqt_meta_stringdata_Callback_t | |
Cqt_meta_stringdata_CallContract_t | |
Cqt_meta_stringdata_ClientModel_t | |
Cqt_meta_stringdata_CoinControlDialog_t | |
Cqt_meta_stringdata_CoinControlTreeWidget_t | |
Cqt_meta_stringdata_ContractBookPage_t | |
Cqt_meta_stringdata_ContractResult_t | |
Cqt_meta_stringdata_ContractTableModel_t | |
Cqt_meta_stringdata_CreateContract_t | |
Cqt_meta_stringdata_CSVModelWriter_t | |
Cqt_meta_stringdata_EditAddressDialog_t | |
Cqt_meta_stringdata_EditContractInfoDialog_t | |
Cqt_meta_stringdata_FabcoinAddressCheckValidator_t | |
Cqt_meta_stringdata_FabcoinAddressEntryValidator_t | |
Cqt_meta_stringdata_FabcoinAmountField_t | |
Cqt_meta_stringdata_FabcoinGUI_t | |
Cqt_meta_stringdata_FabcoinUnits_t | |
Cqt_meta_stringdata_FabcoinVersionChecker_t | |
Cqt_meta_stringdata_GUIUtil__ClickableLabel_t | |
Cqt_meta_stringdata_GUIUtil__ClickableProgressBar_t | |
Cqt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer_t | |
Cqt_meta_stringdata_GUIUtil__ToolTipToRichTextFilter_t | |
Cqt_meta_stringdata_HelpMessageDialog_t | |
Cqt_meta_stringdata_Intro_t | |
Cqt_meta_stringdata_MacDockIconHandler_t | |
Cqt_meta_stringdata_MacNotificationHandler_t | |
Cqt_meta_stringdata_ModalOverlay_t | |
Cqt_meta_stringdata_NavigationBar_t | |
Cqt_meta_stringdata_Notificator_t | |
Cqt_meta_stringdata_OpenURIDialog_t | |
Cqt_meta_stringdata_OptionsDialog_t | |
Cqt_meta_stringdata_OptionsModel_t | |
Cqt_meta_stringdata_OverviewPage_t | |
Cqt_meta_stringdata_PaymentServer_t | |
Cqt_meta_stringdata_PeerTableModel_t | |
Cqt_meta_stringdata_ProxyAddressValidator_t | |
Cqt_meta_stringdata_QRCToken_t | |
Cqt_meta_stringdata_QRImageWidget_t | |
Cqt_meta_stringdata_QValidatedLineEdit_t | |
Cqt_meta_stringdata_QValidatedTextEdit_t | |
Cqt_meta_stringdata_QValueComboBox_t | |
Cqt_meta_stringdata_ReceiveCoinsDialog_t | |
Cqt_meta_stringdata_ReceiveRequestDialog_t | |
Cqt_meta_stringdata_ReceiveTokenPage_t | |
Cqt_meta_stringdata_RecentRequestsTableModel_t | |
Cqt_meta_stringdata_RestoreDialog_t | |
Cqt_meta_stringdata_RPCConsole_t | |
Cqt_meta_stringdata_SendCoinsDialog_t | |
Cqt_meta_stringdata_SendCoinsEntry_t | |
Cqt_meta_stringdata_SendConfirmationDialog_t | |
Cqt_meta_stringdata_SendToContract_t | |
Cqt_meta_stringdata_SendTokenPage_t | |
Cqt_meta_stringdata_ShutdownWindow_t | |
Cqt_meta_stringdata_SignVerifyMessageDialog_t | |
Cqt_meta_stringdata_SplashScreen_t | |
Cqt_meta_stringdata_TabBarInfo_t | |
Cqt_meta_stringdata_TitleBar_t | |
Cqt_meta_stringdata_TokenAmountField_t | |
Cqt_meta_stringdata_TokenDescDialog_t | |
Cqt_meta_stringdata_TokenFilterProxy_t | |
Cqt_meta_stringdata_TokenItemModel_t | |
Cqt_meta_stringdata_TokenTransactionDesc_t | |
Cqt_meta_stringdata_TokenTransactionTableModel_t | |
Cqt_meta_stringdata_TokenTransactionView_t | |
Cqt_meta_stringdata_TrafficGraphWidget_t | |
Cqt_meta_stringdata_TransactionDesc_t | |
Cqt_meta_stringdata_TransactionDescDialog_t | |
Cqt_meta_stringdata_TransactionFilterProxy_t | |
Cqt_meta_stringdata_TransactionTableModel_t | |
Cqt_meta_stringdata_TransactionView_t | |
Cqt_meta_stringdata_UnitDisplayStatusBarControl_t | |
Cqt_meta_stringdata_WalletFrame_t | |
Cqt_meta_stringdata_WalletModel_t | |
Cqt_meta_stringdata_WalletView_t | |
CQtRPCTimerBase | Class for handling RPC timers (used for e.g |
CQtRPCTimerInterface | |
CQuotientRing | Quotient ring |
CQValidatedLineEdit | Line edit that can be marked as "invalid" to show input validation feedback |
CQValidatedTextEdit | |
CQValueComboBox | |
CRabin | Rabin keys |
CRabinES | Rabin encryption scheme |
CRabinFunction | Rabin trapdoor function using the public key |
CRabinSS | Rabin signature scheme |
CRandomizedTrapdoorFunction | Applies the trapdoor function, using random data if required |
CRandomizedTrapdoorFunctionInverse | Applies the inverse of the trapdoor function, using random data if required |
CRandomNumberGenerator | Interface for random number generators |
CRandomNumberSink | Incorporates input into RNG as additional entropy |
CRandomNumberSource | RNG-based implementation of Source interface |
CRandomNumberStore | RNG-based implementation of Source interface |
CRandomPool | Randomness Pool based on AES-256 |
CRawDES | DES block cipher base class |
CRawIDA | Secret sharing and information dispersal base class |
►CRC2 | RC2 block cipher |
CRC2_Info | RC2 block cipher information |
►CRC5 | RC5 block cipher |
CRC5_Info | RC5 block cipher information |
►CRC6 | RC6 block cipher |
CRC6_Info | RC6 block cipher information |
CRDRAND | Hardware generated random numbers using RDRAND instruction |
CRDRAND_Err | Exception thrown when a RDRAND generator encounters a generator related error |
CRDSEED | Hardware generated random numbers using RDSEED instruction |
CRDSEED_Err | Exception thrown when a RDSEED generator encounters a generator related error |
CReceiveCoinsDialog | Dialog for requesting payment of fabcoins |
CReceiveRequestDialog | |
CReceiveTokenPage | |
CRecentRequestEntry | |
CRecentRequestEntryLessThan | |
CRecentRequestsTableModel | Model for list of recently generated payment requests / fabcoin: URIs |
CRedirector | Redirect input to another BufferedTransformation without owning it |
CRegisterDefaultFactoryFor | Object factory registry helper |
CRestoreDialog | Restore dialog class |
CResultExecute | |
Creverse_lock | An RAII-style reverse lock |
Creverse_range | Template used for reverse iteration in C++11 range-based for loops |
►CRijndael | Rijndael block cipher implementation details |
CRijndael_Info | Rijndael block cipher information |
►CRingOfPolynomialsOver | Ring of polynomials over another ring |
CRIPEMD128 | RIPEMD-128 message digest |
CRIPEMD160 | RIPEMD-160 message digest |
CRIPEMD256 | RIPEMD-256 message digest |
CRIPEMD320 | RIPEMD-320 message digest |
►CRLPStreamer | |
CRLPXTestFixture | |
CRPCConsole | Local Fabcoin RPC console |
CRPCExecutor | |
CRPCTimerBase | Opaque base class for timers returned by NewTimerFunc |
CRPCTimerInterface | RPC timer "driver" |
CRSA | RSA algorithm |
CRSA_ISO | RSA algorithm |
CRSAES | RSA encryption algorithm |
CRSAFunction | RSA trapdoor function using the public key |
CRSAFunction_ISO | RSA trapdoor function using the public key |
CRSAPrimeSelector | |
CRSASS | RSA signature algorithm |
CRSASS_ISO | RSA signature algorithm |
Crt_error | |
CRW | Rabin-Williams keys |
CRWFunction | Rabin-Williams trapdoor function using the public key |
CRWSS | Rabin-Williams signature scheme |
CSafeLeftShift | Safely left shift values when undefined behavior could occur |
►CSAFER | SAFER block cipher |
CSAFER_Impl | SAFER block cipher default implementation |
CSAFER_K | SAFER-K block cipher |
CSAFER_K_Info | SAFER-K block cipher information |
CSAFER_SK | SAFER-SK block cipher |
CSAFER_SK_Info | SAFER-SK block cipher information |
CSafeRightShift | Safely right shift values when undefined behavior could occur |
CSafeShifter | Safely shift values when undefined behavior could occur |
CSafeShifter< false > | Shifts a value in the absence of overflow |
CSafeShifter< true > | Shifts a value in the presence of overflow |
CSalsa20 | Salsa20 stream cipher |
CSalsa20_Info | Salsa20 stream cipher information |
CSalsa20_Policy | Salsa20 stream cipher operation |
CSaltedOutpointHasher | |
CSaltedTxidHasher | |
CSameKeyLengthAs | Provides key lengths based on another class's key length |
Cscontainerreal | |
Cscriptnum_error | |
CScriptsElement | |
CSEAL | SEAL stream cipher |
CSEAL_Gamma | |
CSEAL_Info | SEAL stream cipher information |
CSEAL_Policy | SEAL stream cipher operation |
CSearchLogsParams | |
CSecBlock | Secure memory block with allocator and cleanup |
CSecBlockWithHint | Stack-based SecBlock that grows into the heap |
Csecp256k1_callback | |
Csecp256k1_context_struct | |
Csecp256k1_ecdsa_recoverable_signature | Opaque data structured that holds a parsed ECDSA signature, supporting pubkey recovery |
Csecp256k1_ecdsa_signature | Opaque data structured that holds a parsed ECDSA signature |
Csecp256k1_ecmult_context | |
Csecp256k1_ecmult_gen_context | |
Csecp256k1_fe | |
Csecp256k1_fe_storage | |
Csecp256k1_ge | A group element of the secp256k1 curve, in affine coordinates |
Csecp256k1_ge_storage | |
Csecp256k1_gej | A group element of the secp256k1 curve, in jacobian coordinates |
Csecp256k1_hmac_sha256_t | |
Csecp256k1_num | |
Csecp256k1_pubkey | Opaque data structure that holds a parsed and valid public key |
Csecp256k1_rfc6979_hmac_sha256_t | |
Csecp256k1_scalar | A scalar modulo the group order of the secp256k1 curve |
Csecp256k1_sha256_t | |
CSecp256k1Init | |
CSecretRecovery | Shamir's Secret Sharing Algorithm |
CSecretSharing | Shamir's Secret Sharing Algorithm |
►Csecure_allocator | |
►CSEED | SEED block cipher |
CSEED_Info | SEED block cipher information |
CSeedSpec6 | |
CSelectedToken | |
CSelfTestFailure | Exception thrown when a crypto algorithm is used after a self test fails |
CSendCoinsDialog | Dialog for sending fabcoins |
CSendCoinsEntry | A single entry in the dialog for sending fabcoins |
CSendCoinsRecipient | |
CSendConfirmationDialog | |
CSendToContract | |
CSendTokenPage | |
►CSerpent | Serpent block cipher |
CSerpent_Info | Serpent block cipher information |
►CServerInterface | |
CSetup | |
CSHA1 | SHA-1 message digest |
CSHA224 | SHA-224 message digest |
CSHA256 | SHA-256 message digest |
CSHA3 | SHA3 message digest base class |
CSHA384 | SHA-384 message digest |
CSHA3_224 | SHA3-X message digest, template for more fine-grained typedefs |
CSHA3_256 | SHA3-256 message digest |
CSHA3_384 | SHA3-384 message digest |
CSHA3_512 | SHA3-512 message digest |
CSHA3_Final | |
CSHA512 | SHA-512 message digest |
►CSHACAL2 | SHACAL2 block cipher |
CSHACAL2_Info | SHACAL2 block cipher information |
►CSHARK | SHARK block cipher SHARK-E |
CSHARK_Info | SHARK block cipher information |
CShutdownWindow | "Shutdown" window |
CSignatureCacheHasher | We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation |
CSignatureData | |
CSignatureStandard | Base class for public key signature standard classes |
►CSignatureVerificationFilter | Filter wrapper for PK_Verifier |
CSignerFilter | Filter wrapper for PK_Signer |
CSignVerifyMessageDialog | |
Csimple_ptr | Manages resources for a single object |
CSimpleKeyAgreementDomain | Interface for domains of simple key agreement protocols |
CSimpleKeyingInterface | Interface for algorithms that take byte strings as keys |
CSimpleKeyingInterfaceImpl | Provides a base implementation of SimpleKeyingInterface |
CSimpleProxyFilter | Proxy filter that doesn't modify the underlying filter's input or output |
CSingleThreadedSchedulerClient | Class used by CScheduler clients which may schedule multiple jobs which are required to be run serially |
CSingleton | Restricts the instantiation of a class to one static object without locks |
CSink | Implementation of BufferedTransformation's attachment interface |
CSipHash | SipHash message authentication code |
CSipHash_Base | SipHash message authentication code base class |
CSipHash_Info | SipHash message authentication code information |
►CSKIPJACK | SKIPJACK block cipher |
CSKIPJACK_Info | SKIPJACK block cipher information |
Csols_s | |
CSosemanuk | Sosemanuk stream cipher |
CSosemanukInfo | Sosemanuk stream cipher information |
CSosemanukPolicy | Sosemanuk stream cipher implementation |
CSource | Implementation of BufferedTransformation's attachment interface |
CSourceTemplate | Transform a Store into a Source |
CSplashScreen | Class for the splashscreen with information of the running client |
►CSquare | Square block cipher |
CSquare_Info | Square block cipher information |
CSSLVerifyError | |
CStandardMap | |
CStepRow | |
CStorageResults | |
CStore | Acts as a Source for pre-existing, static data |
CStreamState | |
CStreamTransformation | Interface for the data processing portion of stream ciphers |
CStreamTransformationFilter | Filter wrapper for StreamTransformation |
CStringSink | Append input to a string object |
CStringSinkTemplate | Append input to a string object |
CStringSource | |
CStringStore | String-based implementation of Store interface |
CStyleSheet | Singleton class that manage the styles |
Csubmitblock_StateCatcher | |
CSymmetricCipher | Interface for one direction (encryption or decryption) of a stream cipher or cipher mode |
CSymmetricCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher |
CSymmetricCipherFinal | SymmetricCipher implementation |
CTabBarInfo | Class for informations about tabs |
Ctallyitem | |
►CTEA | TEA block cipher |
CTEA_Info | TEA block cipher information |
CTemporaryState | |
CTestCap | |
CTestCapability | |
CTestCrypter | |
CTestDataNameValuePairs | |
CTestFailure | |
CTestHandshake | |
CTestHost | Only used for testing |
CTestHostCap | |
CTestHostCapability | |
CTestNodeTable | |
CTestNodeTableHost | Only used for testing |
CTestUDPSocket | |
CTF_Base | The base for trapdoor based cryptosystems |
CTF_CryptoSchemeOptions | _ |
CTF_CryptoSystemBase | Trapdoor function cryptosystem base class |
CTF_DecryptorBase | Trapdoor function cryptosystems decryption base class |
CTF_DecryptorImpl | _ |
CTF_EncryptorBase | |
CTF_EncryptorImpl | _ |
CTF_ES | Trapdoor Function (TF) encryption scheme |
CTF_ObjectImpl | _ |
CTF_ObjectImplBase | _ |
CTF_ObjectImplExtRef | _ |
CTF_SignatureSchemeBase | _ |
CTF_SignatureSchemeOptions | _ |
CTF_SignerBase | _ |
CTF_SignerImpl | _ |
CTF_SS | Trapdoor Function (TF) Signature Scheme |
CTF_VerifierBase | _ |
CTF_VerifierImpl | _ |
CThreadLocalLogContext | Associate a name with each thread for nice logging |
CThreadLocalLogName | Associate a name with each thread for nice logging |
CThreadUserTimer | Measure CPU time spent executing instructions of this thread (if supported by OS) |
CThreeBases | |
►CThreeWay | ThreeWay block cipher |
CThreeWay_Info | ThreeWay block cipher information |
CTiger | Tiger |
CTimer | High resolution timer |
CTimerBase | Base class for timers |
CTitleBar | Title bar widget |
CTknViewDelegate | |
CToken | |
CTokenAmountField | Widget for entering token amounts |
CTokenAmountSpinBox | QSpinBox that uses fixed-point numbers internally and uses our own formatting/parsing functions |
CTokenData | |
CTokenDescDialog | Dialog showing token details |
CTokenEvent | |
CTokenFilterProxy | |
CTokenItemEntry | |
CTokenItemEntryLessThan | |
CTokenItemModel | |
CTokenItemPriv | |
CTokenNotification | |
CTokenTransactionDesc | Provide a human-readable extended HTML description of a token transaction |
CTokenTransactionNotification | |
CTokenTransactionRecord | UI model for a token transaction |
CTokenTransactionStatus | UI model for token transaction status |
CTokenTransactionTableModel | UI model for the transaction table of a wallet |
CTokenTransactionTablePriv | |
CTokenTransactionView | |
CTokenTxLessThan | |
CTokenTxWorker | |
CTokenViewDelegate | |
CTorControlConnection | Low-level handling for Tor control connection |
CTorController | Controller that connects to Tor control socket, authenticate, then create and maintain an ephemeral hidden service |
CTorControlReply | Reply from Tor, can be single or multi-line |
CTrafficGraphWidget | |
CTransactionCompressor | |
CTransactionDesc | Provide a human-readable extended HTML description of a transaction |
CTransactionDescDialog | Dialog showing transaction details |
CTransactionFilterProxy | Filter the transaction list according to pre-specified rules |
CTransactionNotification | |
CTransactionReceiptInfo | |
CTransactionReceiptInfoSerialized | |
CTransactionRecord | UI model for a transaction |
CTransactionSignatureChecker | |
CTransactionSignatureCreator | A signature creator for transactions |
CTransactionStatus | UI model for transaction status |
CTransactionTableModel | UI model for the transaction table of a wallet |
CTransactionTablePriv | |
CTransactionView | Widget showing the transaction list for a wallet, including a filter row |
CTransferInfo | |
CtransitionFixture | |
CTransparentFilter | A transparent MeterFilter |
CTrapdoorFunction | Applies the trapdoor function |
CTrapdoorFunctionBounds | Provides range for plaintext and ciphertext lengths |
CTrapdoorFunctionInverse | Applies the inverse of the trapdoor function |
CTruncatedHashTemplate | Construct new HashModule with smaller DigestSize() from existing one |
CTruncatedStepRow | |
CTTMAC | Two-Track-MAC message authentication code |
CTTMAC_Base | TTMAC message authentication code information |
CTwoBases | |
►CTwofish | Twofish block cipher |
CTwofish_Info | Twofish block cipher information |
CTxConfirmStats | We will instantiate an instance of this class to track transactions that were included in a block |
Ctxid_index | DisconnectedBlockTransactions |
CTxInUndoDeserializer | |
CTxInUndoSerializer | Undo information for a CTxIn |
CTxLessThan | |
CTxMempoolInfo | Information about a mempool transaction |
CTxViewDelegate | |
CUi_AddressBookPage | |
CUi_AddTokenPage | |
CUi_AskPassphraseDialog | |
CUi_CallContract | |
CUi_CoinControlDialog | |
CUi_ContractBookPage | |
CUi_ContractResult | |
CUi_CreateContract | |
CUi_EditAddressDialog | |
CUi_EditContractInfoDialog | |
CUi_HelpMessageDialog | |
CUi_Intro | |
CUi_ModalOverlay | |
CUi_OpenURIDialog | |
CUi_OptionsDialog | |
CUi_OverviewPage | |
CUi_QRCToken | |
CUi_ReceiveCoinsDialog | |
CUi_ReceiveRequestDialog | |
CUi_ReceiveTokenPage | |
CUi_RestoreDialog | |
CUi_RPCConsole | |
CUi_SendCoinsDialog | |
CUi_SendCoinsEntry | |
CUi_SendToContract | |
CUi_SendTokenPage | |
CUi_SignVerifyMessageDialog | |
CUi_TitleBar | |
CUi_TokenDescDialog | |
CUi_TransactionDescDialog | |
Cuint160 | 160-bit opaque blob |
Cuint256 | 256-bit opaque blob |
Cuint_error | |
CUnflushable | Base class for unflushable filters |
CUnitDisplayStatusBarControl | |
CUniValue | |
CUniValueType | Wrapper for UniValue::VType, which includes typeAny: Used to denote don't care type |
CUnknownOID | Exception thrown when an unknown object identifier is encountered |
Cupdate_ancestor_state | |
Cupdate_descendant_state | |
Cupdate_fee_delta | |
Cupdate_for_parent_inclusion | |
Cupdate_lock_points | |
Cvalue_ptr | Value pointer |
CVariableKeyLength | Inherited by keyed algorithms with variable key length |
CVariableRounds | Inherited by algorithms with variable number of rounds |
CVariableRoundsCipherFactory | |
CVBDeploymentInfo | |
Cvector_member_ptrs | Manages resources for an array of objects |
Cvector_ptr | Manages resources for an array of objects |
CVersion | |
CVersionBitsCache | |
CVersionVM | |
CVin | |
CVMAC | VMAC message authentication code |
CVMAC_Base | VMAC message authentication code base class |
CWaitable | Interface for objects that can be waited on |
CWaitForLogsParams | |
CWaitObjectContainer | |
CWAKE_Base | |
CWAKE_OFB | WAKE stream cipher |
CWAKE_OFB_Info | WAKE stream cipher information |
CWAKE_Policy | WAKE stream cipher operation |
CWalletFrame | A container for embedding all wallet-related controls into FabcoinGUI |
►CWalletModel | Interface to Fabcoin wallet from Qt view code |
CWalletModelTransaction | Data model for a walletmodel transaction |
CWalletTestingSetup | Testing setup and teardown for wallet |
CWalletView | |
CWarningBitsConditionChecker | Threshold condition checker that triggers when unknown versionbits are seen on the network |
CWebThreeStubClient | This file is generated by jsonrpcstub, DO NOT CHANGE IT MANUALLY! |
CWhirlpool | Whirlpool |
CWindowSlider | |
CWitnessifier | |
CWord | |
►CWorkQueue | Simple work queue for distributing work over multiple threads |
CX509Deleter | |
CX509PublicKey | Encodes and decodes subjectPublicKeyInfo |
CX509StoreDeleter | |
CX917RNG | ANSI X9.17 RNG |
CXSalsa20 | XSalsa20 stream cipher |
CXSalsa20_Info | XSalsa20 stream cipher information |
CXSalsa20_Policy | XSalsa20 stream cipher operation |
►CXTEA | XTEA block cipher |
CXTEA_Info | XTEA block cipher information |
CXTR_DH | XTR-DH with key validation |
►Czero_after_free_allocator | |
CZIterator | |
CZlibCompressor | ZLIB Compressor (RFC 1950) |
►CZlibDecompressor | ZLIB Decompressor (RFC 1950) |