Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ functions
Functions
14,773 in github.com/ElementsProject/elements
⨍
Functions
14,773
◇
Types & classes
2,841
↓ 19 callers
Function
secp256k1_ecdh
src/secp256k1/src/modules/ecdh/main_impl.h:29
↓ 19 callers
Function
secp256k1_ecdsa_recoverable_signature_parse_compact
src/secp256k1/src/modules/recovery/main_impl.h:38
↓ 19 callers
Function
secp256k1_eckey_pubkey_parse
src/secp256k1/src/eckey_impl.h:17
↓ 19 callers
Function
secp256k1_ge_neg
src/secp256k1/src/group_impl.h:139
↓ 19 callers
Function
secp256k1_ge_set_gej_var
src/secp256k1/src/group_impl.h:162
↓ 19 callers
Function
ser_vector
(l, ser_function_name=None)
test/bitcoin_functional/functional/test_framework/messages.py:135
↓ 19 callers
Method
serialize_with_witness
(self)
test/functional/test_framework/messages.py:851
↓ 19 callers
Method
setModel
src/qt/optionsdialog.cpp:178
↓ 19 callers
Function
sha256_toMidstate
Converts a given 'hash' value as 32 bytes stored in an unsigned char array to a 'midstate' value. * * Precondition: uint32_t midstate[8]; *
src/simplicity/sha256.h:99
↓ 19 callers
Method
update
src/test/fuzz/prevector.cpp:119
↓ 18 callers
Function
AddFile
src/randomenv.cpp:135
↓ 18 callers
Function
CheckAddCoin
src/test/coins_tests.cpp:761
↓ 18 callers
Function
CheckGet
src/leveldb/db/c_test.c:54
↓ 18 callers
Function
Crc32c
Computes the CRC32C of "count" bytes in the buffer pointed by "data".
src/crc32c/include/crc32c/crc32c.h:53
↓ 18 callers
Method
DeleteFile
src/leveldb/util/env_posix.cc:603
↓ 18 callers
Method
DeleteFile
src/leveldb/db/fault_injection_test.cc:302
↓ 18 callers
Method
Flush
src/wallet/bdb.cpp:369
↓ 18 callers
Function
GenerateAssetEntropy
src/issuance.cpp:23
↓ 18 callers
Method
GetBlockTime
src/primitives/block.h:340
↓ 18 callers
Method
GetName
src/rpc/util.cpp:701
↓ 18 callers
Method
GetPos
return the current reading position
src/streams.h:673
↓ 18 callers
Method
IsWitnessProgram
A witness program is any valid CScript that consists of a 1-byte push opcode followed by a data push between 2 and 40 bytes.
src/script/script.cpp:331
↓ 18 callers
Method
NowMicros
src/leveldb/util/env_posix.cc:721
↓ 18 callers
Function
ParseNetwork
src/netbase.cpp:87
↓ 18 callers
Function
PutVarint32
src/leveldb/util/coding.cc:49
↓ 18 callers
Function
RandomString
src/leveldb/db/db_test.cc:28
↓ 18 callers
Method
Ref
src/leveldb/db/version_set.cc:454
↓ 18 callers
Function
SelectCoinsBnB
src/wallet/coinselection.cpp:82
↓ 18 callers
Method
SetNull
src/wallet/walletdb.h:114
↓ 18 callers
Function
SpendsNonAnchorWitnessProg
src/policy/policy.cpp:329
↓ 18 callers
Method
Uniform
Returns a uniformly distributed value in the range [0..n-1] REQUIRES: n > 0
src/leveldb/util/random.h:49
↓ 18 callers
Method
assert_debug_log
(self, expected_msgs)
test/bitcoin_functional/functional/test_framework/test_node.py:302
↓ 18 callers
Method
clear_mempool
(self)
test/functional/wallet_bumpfee.py:62
↓ 18 callers
Function
disconnect_nodes
(from_connection, node_num)
test/bitcoin_functional/functional/test_framework/util.py:375
↓ 18 callers
Function
get_bip9_status
(node, key)
test/bitcoin_functional/functional/test_framework/util.py:367
↓ 18 callers
Method
getint
src/script/script.h:388
↓ 18 callers
Function
hash160
(s)
test/functional/test_framework/script.py:40
↓ 18 callers
Method
is_wallet_compiled
Checks whether the wallet module was compiled.
test/functional/test_framework/test_framework.py:882
↓ 18 callers
Function
parseBitcoinURI
src/qt/guiutil.cpp:143
↓ 18 callers
Method
privateKeysDisabled
src/wallet/interfaces.cpp:476
↓ 18 callers
Method
randbytes
src/random.cpp:623
↓ 18 callers
Method
rend
src/prevector.h:297
↓ 18 callers
Method
restart_node
Start up a given node id, wait for the tip to reach the given block hash, and calculate the utxo hash. Exceptions on startup should indicate
test/bitcoin_functional/functional/feature_dbcrash.py:75
↓ 18 callers
Function
secp256k1_ecdsa_recover
src/secp256k1/src/modules/recovery/main_impl.h:137
↓ 18 callers
Function
secp256k1_ecdsa_sign_recoverable
src/secp256k1/src/modules/recovery/main_impl.h:123
↓ 18 callers
Function
secp256k1_fe_normalize_var
src/simplicity/secp256k1/field_5x52_impl.h:141
↓ 18 callers
Function
secp256k1_musig_pubkey_agg
src/secp256k1/src/modules/musig/keyagg_impl.h:222
↓ 18 callers
Function
secp256k1_schnorrsig_sign32
src/secp256k1/src/modules/schnorrsig/main_impl.h:195
↓ 18 callers
Function
secp256k1_sha256_initialize_tagged
Initializes a sha256 struct and writes the 64 byte string * SHA256(tag)||SHA256(tag) into it. */
src/secp256k1/src/hash_impl.h:163
↓ 17 callers
Function
AddTx
src/wallet/test/wallet_tests.cpp:366
↓ 17 callers
Method
ApproximateOffsetOf
src/leveldb/table/table_test.cc:242
↓ 17 callers
Function
Between
src/leveldb/table/table_test.cc:752
↓ 17 callers
Function
CheckedAdd
src/util/overflow.h:24
↓ 17 callers
Function
CombineSignatures
Wrapper around ProduceSignature to combine two scriptsigs */
src/test/script_tests.cpp:1202
↓ 17 callers
Function
Decode
Decode a Bech32 or Bech32m string. */
src/bech32.cpp:368
↓ 17 callers
Method
GetAll
src/validation.cpp:5155
↓ 17 callers
Method
GetGroup
* Get the canonical identifier of our network group * * The groups are assigned in a way where it should be costly for an attacker to * obtain addr
src/netaddress.cpp:766
↓ 17 callers
Method
IsRelevantAndUpdate
src/common/bloom.cpp:94
↓ 17 callers
Function
MallocUsage
src/memusage.h:50
↓ 17 callers
Method
SeekToFirst
src/leveldb/db/db_iter.cc:292
↓ 17 callers
Function
Serialize
src/serialize.h:194
↓ 17 callers
Function
SignSignature
src/script/sign.cpp:537
↓ 17 callers
Method
Wait
src/leveldb/port/port_stdcxx.h:75
↓ 17 callers
Function
check_fe_equal
src/secp256k1/src/tests.c:3026
↓ 17 callers
Method
close
Close the connections and network event loop.
test/functional/test_framework/p2p.py:591
↓ 17 callers
Function
create_transaction
Return signed transaction spending the first output of the input txid. Note that the node must be able to sign for the output that is
test/bitcoin_functional/functional/test_framework/blocktools.py:141
↓ 17 callers
Method
data
src/util/hash_type.h:68
↓ 17 callers
Function
formatMultiAssetAmount
src/qt/guiutil.cpp:757
↓ 17 callers
Method
get
src/leveldb/util/env_windows.cc:102
↓ 17 callers
Method
get_wallet_rpc
(self, wallet_name)
test/bitcoin_functional/functional/test_framework/test_node.py:244
↓ 17 callers
Method
getvch
src/script/script.h:397
↓ 17 callers
Method
median
src/bench/nanobench.h:2897
↓ 17 callers
Function
memcmp_and_randomize
src/secp256k1/src/modules/musig/tests_impl.h:106
↓ 17 callers
Method
pushKVs
src/univalue/lib/univalue.cpp:146
↓ 17 callers
Method
randbits
Generate a random (bits)-bit integer. */
src/random.h:184
↓ 17 callers
Method
remove
src/wallet/interfaces.cpp:484
↓ 17 callers
Function
secp256k1_ecdsa_adaptor_verify
src/secp256k1/src/modules/ecdsa_adaptor/main_impl.h:226
↓ 17 callers
Function
secp256k1_fe_mul_int
src/simplicity/secp256k1/field_5x52_impl.h:420
↓ 17 callers
Function
secp256k1_gej_neg
src/secp256k1/src/group_impl.h:334
↓ 17 callers
Function
secp256k1_xonly_pubkey_tweak_add_check
src/secp256k1/src/modules/extrakeys/main_impl.h:136
↓ 17 callers
Method
send_header_for_blocks
(self, new_blocks)
test/bitcoin_functional/functional/p2p_sendheaders.py:138
↓ 17 callers
Method
send_header_for_blocks
(self, new_blocks)
test/functional/p2p_sendheaders.py:137
↓ 17 callers
Method
sign_tx
(self, tx, spend_tx)
test/functional/feature_block.py:1380
↓ 17 callers
Function
sync_mempools
Wait until everybody has the same transactions in their memory pools
test/bitcoin_functional/functional/test_framework/util.py:416
↓ 17 callers
Function
test_schnorrsig_bip_vectors_check_verify
Helper function for schnorrsig_bip_vectors * Checks that both verify and verify_batch (TODO) return the same value as expected. */
src/secp256k1/src/modules/schnorrsig/tests_impl.h:232
↓ 17 callers
Method
user_key
Return the user key
src/leveldb/db/dbformat.h:202
↓ 16 callers
Function
CheckProofOfWork
src/pow.cpp:74
↓ 16 callers
Function
ComputeFastMerkleRoot
src/primitives/txwitness.cpp:50
↓ 16 callers
Function
ConsumeMoney
src/test/fuzz/util.cpp:276
↓ 16 callers
Function
Encode
Encode a Bech32 or Bech32m string. */
src/bech32.cpp:352
↓ 16 callers
Function
GetBalance
src/wallet/receive.cpp:357
↓ 16 callers
Method
GetModifiedFee
src/txmempool.h:138
↓ 16 callers
Function
GetRandBytes
src/random.cpp:581
↓ 16 callers
Method
HasWitness
src/primitives/transaction.h:581
↓ 16 callers
Method
MarkDirty
src/wallet/wallet.cpp:852
↓ 16 callers
Function
NetworkErrorString
src/util/sock.cpp:324
↓ 16 callers
Function
R11
src/crypto/ripemd160.cpp:41
↓ 16 callers
Function
R12
src/crypto/ripemd160.cpp:47
↓ 16 callers
Function
R21
src/crypto/ripemd160.cpp:42
↓ 16 callers
Function
R22
src/crypto/ripemd160.cpp:48
← previous
next →
801–900 of 14,773, ranked by callers