Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ functions
Functions
16,836 in github.com/LUX-Core/lux
⨍
Functions
16,836
◇
Types & classes
3,609
↓ 7 callers
Function
BenchMarkVerification
src/cryptopp/bench2.cpp:106
↓ 7 callers
Method
BitsBuffered
src/cryptopp/zinflate.h:18
↓ 7 callers
Function
BlockMerkleRoot
src/consensus/merkle.cpp:158
↓ 7 callers
Function
CastToBool
src/script/interpreter.cpp:41
↓ 7 callers
Method
Check
src/key.cpp:130
↓ 7 callers
Function
CheckFinalTx
src/main.cpp:927
↓ 7 callers
Function
CheckWarmup
src/rest.cpp:108
↓ 7 callers
Method
Clear
src/cryptopp/wait.cpp:59
↓ 7 callers
Method
Close
src/leveldb/db/db_test.cc:261
↓ 7 callers
Function
DBSynchronize
src/leveldb/doc/bench/db_bench_tree_db.cc:74
↓ 7 callers
Function
DEREncodeUnsigned
src/cryptopp/asn.h:455
↓ 7 callers
Method
DecodePoint
src/cryptopp/ecp.cpp:66
↓ 7 callers
Method
Double
src/cryptopp/gf256.h:47
↓ 7 callers
Method
End
src/cryptopp/channels.cpp:115
↓ 7 callers
Method
GenerateAndMask
src/cryptopp/pubkey.h:700
↓ 7 callers
Function
GetCipherDirection
\brief Provides the direction of the cipher \return ENCRYPTION if IsForwardTransformation() is true, DECRYPTION otherwise \sa IsForwardTransformation(
src/cryptopp/cryptlib.h:817
↓ 7 callers
Function
GetConfigFile
src/util.cpp:582
↓ 7 callers
Method
GetDefaultPort
src/chainparams.h:56
↓ 7 callers
Function
GetDestinationForKey
src/wallet.cpp:4674
↓ 7 callers
Method
GetGroup
get canonical identifier of an address' group no two connections will be attempted to addresses with the same group
src/netbase.cpp:901
↓ 7 callers
Function
GetMNCollateral
src/main.h:203
↓ 7 callers
Method
GetOverlappingInputs
Store in "*inputs" all files in "level" that overlap [begin,end]
src/leveldb/db/version_set.cc:522
↓ 7 callers
Method
GetPort
src/netbase.cpp:1136
↓ 7 callers
Function
GetPrimeTable
src/cryptopp/nbtheory.cpp:55
↓ 7 callers
Method
GetSnapshot
src/leveldb/db/db_test.cc:1862
↓ 7 callers
Method
GetValueIn
src/coins.cpp:304
↓ 7 callers
Method
GetWitnessHash
src/primitives/transaction.cpp:112
↓ 7 callers
Function
HasCLMUL
\brief Determines Carryless Multiply availability \returns true if pclmulqdq is determined to be available, false otherwise \details HasCLMUL() is a r
src/cryptopp/cpu.h:210
↓ 7 callers
Method
HaveCoins
src/txdb.cpp:65
↓ 7 callers
Function
InitWarning
src/init.cpp:338
↓ 7 callers
Method
Initialize
\brief Initialize a public key over GF(p) \param params the group parameters \param y the public element
src/cryptopp/gfpcrypt.h:483
↓ 7 callers
Function
InterruptibleRecv
* Read bytes from socket. This will either read the full number of bytes requested * or return False on error or timeout. * This function can be int
src/netbase.cpp:260
↓ 7 callers
Method
IsDust
src/primitives/transaction.h:222
↓ 7 callers
Method
IsEnabled
src/masternode.h:143
↓ 7 callers
Method
IsHDEnabled
src/wallet.cpp:1365
↓ 7 callers
Function
IsNegative
\brief Determines if the Integer is negative \returns true if the Integer is negative, false otherwise
src/cryptopp/integer.h:330
↓ 7 callers
Method
IsProofOfWork
src/chain.h:337
↓ 7 callers
Function
IsRPCRunning
src/rpcserver.cpp:467
↓ 7 callers
Method
IsSpent
* Outpoint is spent if any non-conflicted transaction * spends it: */
src/wallet.cpp:620
↓ 7 callers
Method
IsUnit
src/cryptopp/polynomi.cpp:331
↓ 7 callers
Function
KeystreamBufferEnd
src/cryptopp/strciphr.h:342
↓ 7 callers
Method
Load
src/cryptopp/eprecomp.cpp:44
↓ 7 callers
Function
ModPowerOf2
src/cryptopp/misc.h:875
↓ 7 callers
Function
MultiplicativeInverse
return inverse if *this is a unit, otherwise return 0
src/cryptopp/gf2n.h:225
↓ 7 callers
Function
Multiply
src/cryptopp/ecp.h:66
↓ 7 callers
Function
OpenBlockFile
src/main.cpp:5346
↓ 7 callers
Function
ParseDataFormat
src/rest.cpp:71
↓ 7 callers
Function
PrintContents
src/leveldb/db/write_batch_test.cc:15
↓ 7 callers
Function
ProduceSignature
src/script/sign.cpp:143
↓ 7 callers
Function
Put2
\brief Input a byte array for processing \param inString the byte array to process \param length the size of the string, in bytes \param messageEnd me
src/cryptopp/simple.h:138
↓ 7 callers
Function
PutFixed64
src/leveldb/util/coding.cc:41
↓ 7 callers
Function
RPCConvertValues
src/rpcclient.cpp:221
↓ 7 callers
Method
ReadRecord
src/leveldb/db/log_reader.cc:59
↓ 7 callers
Method
RecoverCompact
src/pubkey.cpp:200
↓ 7 callers
Function
RelativelyPrime
src/cryptopp/nbtheory.h:107
↓ 7 callers
Function
SHA3_512
src/cpp-ethereum/libethash/internal.c:65
↓ 7 callers
Method
ScanForWalletTransactions
* Scan the block chain (starting in pindexStart) for transactions * from or to us. If fUpdate is true, found transactions that already * exist in th
src/wallet.cpp:1633
↓ 7 callers
Method
Schedule
src/leveldb/util/env_win.cc:878
↓ 7 callers
Method
Select
* Choose an address to connect to. * nUnkBias determines how much "new" entries are favored over "tried" ones (0-100). */
src/addrman.h:531
↓ 7 callers
Function
SendMessages
src/main.cpp:7349
↓ 7 callers
Method
SignMessage
src/darksend.cpp:2013
↓ 7 callers
Function
SimpleKeyAgreementValidate
src/cryptopp/validat2.cpp:205
↓ 7 callers
Method
SleepForMicroseconds
src/leveldb/util/env_win.cc:795
↓ 7 callers
Function
TestParse
src/test/netbase_tests.cpp:77
↓ 7 callers
Function
Validate
src/cryptopp/test.cpp:884
↓ 7 callers
Function
VersionBitsState
src/versionbits.cpp:192
↓ 7 callers
Method
addTab
src/qt/tabbarinfo.cpp:14
↓ 7 callers
Method
address
src/cpp-ethereum/libethcore/KeyManager.cpp:205
↓ 7 callers
Method
allocate
LCOV_EXCL_START
src/cryptopp/secblock.h:267
↓ 7 callers
Method
applyTo
! Applies the pen and the brush of this scatter style to \a painter. If this scatter style has an undefined pen (\ref isPenDefined), sets the pen
src/qt/qcustomplot.cpp:10135
↓ 7 callers
Method
axis
! Returns the axis with the given \a index on the axis rect side specified with \a type. \see axisCount, axes */
src/qt/qcustomplot.cpp:16849
↓ 7 callers
Method
begin
src/cpp-ethereum/libdevcore/RangeMask.h:179
↓ 7 callers
Function
bloom
src/cpp-ethereum/libevm/ExtVMFace.h:158
↓ 7 callers
Method
bloom
src/cpp-ethereum/libevm/ExtVMFace.h:96
↓ 7 callers
Function
boostPathToQString
src/qt/guiutil.cpp:943
↓ 7 callers
Method
call
src/cpp-ethereum/evmjit/libevmjit/Ext.cpp:461
↓ 7 callers
Function
check_array_result
Pass in array of JSON objects, a dictionary with key/value pairs to match against, and another dictionary with expected key/value
qa/rpc-tests/receivedby.py:29
↓ 7 callers
Function
chr
(n)
contrib/testgen/base58.py:16
↓ 7 callers
Method
clear
src/qt/rpcconsole.cpp:832
↓ 7 callers
Method
close
(self)
contrib/devtools/symbol-check.py:88
↓ 7 callers
Method
create
src/cpp-ethereum/evmjit/libevmjit/Ext.cpp:487
↓ 7 callers
Function
createPassword
src/cpp-ethereum/ethkey/KeyAux.h:51
↓ 7 callers
Method
deserialize
(self, f)
test/functional/test_framework/mininode.py:446
↓ 7 callers
Method
drawShape
! Draws the scatter shape with \a painter at position \a pos. This function does not modify the pen or the brush on the painter, as \ref applyT
src/qt/qcustomplot.cpp:10149
↓ 7 callers
Method
expand
! \overload Expands this range such that \a otherRange is contained in the new range. It is assumed that both this range and \a otherRange are no
src/qt/qcustomplot.cpp:1927
↓ 7 callers
Method
forceSender
Force the sender to a particular value. This will result in an invalid transaction RLP.
src/cpp-ethereum/libethcore/Transaction.h:87
↓ 7 callers
Function
fromSortKey
src/qt/qcustomplot.h:5128
↓ 7 callers
Function
ge_equals_ge
src/secp256k1/src/tests.c:1820
↓ 7 callers
Method
genesisHash
Get the hash of the genesis block. Thread-safe.
src/cpp-ethereum/libethereum/BlockChain.h:232
↓ 7 callers
Method
getEncryptionStatus
src/qt/walletmodel.cpp:459
↓ 7 callers
Function
getErrorMessage
src/crypto/RandomX/virtual_memory.cpp:51
↓ 7 callers
Method
getGasPtr
src/cpp-ethereum/evmjit/libevmjit/RuntimeManager.cpp:218
↓ 7 callers
Method
getSelectedFunction
src/qt/abifunctionfield.cpp:158
↓ 7 callers
Method
get_bucket
src/config/implementation.hpp:2604
↓ 7 callers
Method
getvch
src/test/bignum.h:133
↓ 7 callers
Method
hash256
src/cpp-ethereum/test/libdevcrypto/MemTrie.cpp:436
↓ 7 callers
Function
height
src/qt/qcustomplot.h:4649
↓ 7 callers
Function
importData
src/cpp-ethereum/test/libtesteth/TestHelper.cpp:226
↓ 7 callers
Function
incrementSingleIteration
src/cpp-ethereum/test/libdevcore/FixedHash.cpp:104
↓ 7 callers
Method
insert
src/cpp-ethereum/test/libethereum/BlockChainInsert.cpp:90
← previous
next →
1,401–1,500 of 16,836, ranked by callers