Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Agzs/BlockMaze
/ functions
Functions
20,037 in github.com/Agzs/BlockMaze
⨍
Functions
20,037
◇
Types & classes
3,943
↓ 36 callers
Function
RUN_ALL_TESTS
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/gtest.h:2313
↓ 36 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:2938
↓ 36 callers
Method
Square
(a *gfP2, pool *bnPool)
go-ethereum/crypto/bn256/google/gfp2.go:174
↓ 36 callers
Method
TxNonce
TxNonce returns the next valid transaction nonce for the account at addr. It panics if the account does not exist.
go-ethereum/core/chain_makers.go:119
↓ 36 callers
Function
bigFromBase10
(s string)
go-ethereum/crypto/bn256/google/constants.go:11
↓ 36 callers
Method
getKind
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:397
↓ 36 callers
Function
sbb
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:684
↓ 36 callers
Function
secp256k1_ge_set_gej
go-ethereum/crypto/secp256k1/libsecp256k1/src/group_impl.h:100
↓ 35 callers
Method
Copy
Copy duplicates the current storage.
go-ethereum/core/vm/logger.go:36
↓ 35 callers
Method
Error
Error returns the error status of the iterator.
go-ethereum/trie/iterator.go:72
↓ 35 callers
Method
Get
(context.Context, Reference)
go-ethereum/swarm/storage/types.go:317
↓ 35 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest-internal-inl.h:919
↓ 35 callers
Method
IsSaturatedByCallCount
Returns true iff call_count calls will saturate this cardinality.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-cardinalities_test.cc:405
↓ 35 callers
Function
NewSentMessage
NewSentMessage creates and initializes a non-signed, non-encrypted Whisper message.
go-ethereum/whisper/whisperv6/message.go:92
↓ 35 callers
Method
Put
(context.Context, *Chunk)
go-ethereum/swarm/storage/chunkstore.go:34
↓ 35 callers
Method
Sender
Sender returns the sender address of the transaction.
go-ethereum/core/types/transaction_signing.go:119
↓ 35 callers
Method
generate_r1cs_witness
libsnark-vnt/depends/libsnark/libsnark/gadgetlib1/gadgets/cpu_checkers/fooram/fooram_cpu_checker.hpp:94
↓ 35 callers
Method
newPeer
newPeer registers a new block download source into the downloader.
go-ethereum/eth/downloader/downloader_test.go:390
↓ 35 callers
Function
secp256k1_fe_negate
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:327
↓ 35 callers
Function
unhex
(str string)
go-ethereum/rlp/decode_test.go:813
↓ 34 callers
Function
ElementsAreArray
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:3644
↓ 34 callers
Method
GetNonce
(common.Address)
go-ethereum/core/vm/interface.go:34
↓ 34 callers
Method
ID
()
go-ethereum/p2p/testing/peerpool.go:28
↓ 34 callers
Function
NewSentMessage
NewSentMessage creates and initializes a non-signed, non-encrypted Whisper message.
go-ethereum/whisper/whisperv5/message.go:90
↓ 34 callers
Method
SetNonce
(common.Address, uint64)
go-ethereum/core/vm/interface.go:35
↓ 34 callers
Method
Square
(a *gfP2)
go-ethereum/crypto/bn256/cloudflare/gfp2.go:124
↓ 34 callers
Method
begin
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-matchers_test.cc:4534
↓ 34 callers
Method
decode
()
go-ethereum/les/peer.go:347
↓ 34 callers
Method
isYMM
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:402
↓ 34 callers
Method
length
length returns the current number of entries in the journal.
go-ethereum/core/state/journal.go:83
↓ 34 callers
Function
power
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/zm.h:1389
↓ 34 callers
Function
print_header
libsnark-vnt/depends/libsnark/depends/libff/libff/common/profiling.cpp:222
↓ 34 callers
Function
secp256k1_rand_bits
go-ethereum/crypto/secp256k1/libsecp256k1/src/testrand_impl.h:34
↓ 34 callers
Function
secp256k1_scalar_get_b32
go-ethereum/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:58
↓ 33 callers
Method
Max
()
go-ethereum/metrics/timer.go:11
↓ 33 callers
Method
Mean
()
go-ethereum/metrics/timer.go:12
↓ 33 callers
Function
NewCounter
NewCounter constructs a new StandardCounter.
go-ethereum/metrics/counter.go:24
↓ 33 callers
Method
Pack
Pack the given method name to conform the ABI. Method call's data will consist of method_id, args0, arg1, ... argN. Method id consists of 4 bytes and
go-ethereum/accounts/abi/abi.go:52
↓ 33 callers
Method
Stop
()
go-ethereum/eth/backend.go:56
↓ 33 callers
Method
UnpackLog
UnpackLog unpacks a retrieved log into the provided output structure.
go-ethereum/accounts/abi/bind/base.go:328
↓ 33 callers
Function
UsesColor
Runs gtest_color_test_ and returns its exit code.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest_color_test.py:55
↓ 33 callers
Method
Wrap
Wrap bundles the message into an Envelope to transmit over the network.
go-ethereum/whisper/whisperv5/message.go:227
↓ 33 callers
Function
run_benchmark
go-ethereum/crypto/secp256k1/libsecp256k1/src/bench.h:33
↓ 33 callers
Function
secp256k1_ecdsa_verify
go-ethereum/crypto/secp256k1/libsecp256k1/src/secp256k1.c:293
↓ 32 callers
Method
Add
Add sets e to a+b and then returns e. BUG(agl): this function is not complete: a==b fails.
go-ethereum/crypto/bn256/google/bn256.go:83
↓ 32 callers
Method
Add
Add sets e to a+b and then returns e.
go-ethereum/crypto/bn256/cloudflare/bn256.go:72
↓ 32 callers
Method
Close
Close underlying data stream
go-ethereum/rpc/types.go:114
↓ 32 callers
Method
DescribeTo
Describes this matcher to an ostream.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:266
↓ 32 callers
Method
GasPrice
()
go-ethereum/core/state_transition.go:70
↓ 32 callers
Method
Marshal
(out []byte)
go-ethereum/crypto/bn256/cloudflare/gfp.go:53
↓ 32 callers
Function
NewStream
(name string, key string, live bool)
go-ethereum/swarm/network/stream/messages.go:45
↓ 32 callers
Function
ReadBE32
libsnark-vnt/src/crypto/common.h:46
↓ 32 callers
Method
SetHandler
SetHandler updates the logger to write records to the specified handler.
go-ethereum/log/logger.go:117
↓ 32 callers
Method
Uint
Uint reads an RLP string of up to 8 bytes and returns its contents as an unsigned integer. If the input does not contain an RLP string, the returned e
go-ethereum/rlp/decode.go:699
↓ 32 callers
Method
end
libsnark-vnt/src/mint/uint256.h:60
↓ 32 callers
Function
makePush
make push instruction function
go-ethereum/core/vm/instructions.go:831
↓ 32 callers
Method
sync
sync starts synchronizing with a remote peer, blocking until it completes.
go-ethereum/eth/downloader/downloader_test.go:195
↓ 32 callers
Function
vcmppd
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:895
↓ 32 callers
Function
vcmpps
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:896
↓ 32 callers
Function
vcmpsd
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:897
↓ 32 callers
Function
vcmpss
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:898
↓ 31 callers
Method
Min
()
go-ethereum/metrics/timer.go:13
↓ 31 callers
Method
Mul
See "Multiplication and Squaring in Pairing-Friendly Fields", http://eprint.iacr.org/2006/471.pdf
go-ethereum/crypto/bn256/cloudflare/gfp2.go:78
↓ 31 callers
Function
NewBlockChain
NewBlockChain returns a fully initialised block chain using information available in the database. It initialises the default Ethereum Validator and P
go-ethereum/core/blockchain.go:137
↓ 31 callers
Method
Root
()
go-ethereum/core/types/block.go:319
↓ 31 callers
Method
TerminalString
()
go-ethereum/log/format.go:73
↓ 31 callers
Method
Uncles
TODO: copies
go-ethereum/core/types/block.go:296
↓ 31 callers
Method
Unmount
(mountpoint string)
go-ethereum/swarm/fuse/swarmfs_unix.go:227
↓ 31 callers
Method
get
libsnark-vnt/depends/libsnark/libsnark/common/data_structures/integer_permutation.cpp:57
↓ 31 callers
Method
getAddress
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:1331
↓ 31 callers
Function
gfpAdd
go:noescape
go-ethereum/crypto/bn256/cloudflare/gfp_decl.go:12
↓ 31 callers
Function
isOnECJac3
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/bn.h:2361
↓ 31 callers
Function
opBenchmark
(bench *testing.B, op func(pc *uint64, evm *EVM, contract *Contract, memory *Memory, stack *Stack) ([]byte, er
go-ethereum/core/vm/instructions_test.go:203
↓ 31 callers
Method
value
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest_unittest.cc:3824
↓ 31 callers
Function
verify
libsnark-vnt/depends/libsnark/depends/ate-pairing/test/sample.cpp:10
↓ 31 callers
Method
what
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:195
↓ 30 callers
Method
Mul
(a *curvePoint, scalar *big.Int, pool *bnPool)
go-ethereum/crypto/bn256/google/curve.go:228
↓ 30 callers
Method
Next
Next moves the iterator forward one key-value entry.
go-ethereum/trie/iterator.go:45
↓ 30 callers
Function
Ref
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:3809
↓ 30 callers
Method
Root
Root returns the root hash of the trie. Deprecated: use Hash instead.
go-ethereum/trie/trie.go:444
↓ 30 callers
Method
info
(msg string)
go-ethereum/signer/core/validation.go:39
↓ 30 callers
Function
newGFp12
(pool *bnPool)
go-ethereum/crypto/bn256/google/gfp12.go:21
↓ 30 callers
Method
peek
peek returns the nth-from-the-top element of the stack.
go-ethereum/eth/tracers/tracer.go:149
↓ 30 callers
Function
testSuggestPeer
(t *testing.T, k *testKademlia, expAddr string, expPo int, expWant bool)
go-ethereum/swarm/network/kademlia_test.go:105
↓ 29 callers
Function
FormatForComparisonFailureMessage
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/gtest-printers.h:385
↓ 29 callers
Method
GetBalance
(common.Address)
go-ethereum/core/vm/interface.go:32
↓ 29 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:5365
↓ 29 callers
Function
InitSingleTest
InitSingleTest should be called in the beginning of every test, which uses RNG, in order to make the tests reproduciblity independent of their sequenc
go-ethereum/whisper/whisperv6/filter_test.go:34
↓ 29 callers
Function
New
New creates a trie with an existing root node from db. If root is the zero hash or the sha3 hash of an empty string, the trie is initially empty and
go-ethereum/trie/trie.go:96
↓ 29 callers
Method
NodeIterator
(startKey []byte)
go-ethereum/core/state/database.go:69
↓ 29 callers
Function
WideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:1821
↓ 29 callers
Method
readDefaultString
readDefaultString reads a single line from stdin, trimming if from spaces. If an empty line is entered, the default value is returned.
go-ethereum/cmd/puppeth/wizard.go:109
↓ 29 callers
Function
secp256k1_scalar_eq
go-ethereum/crypto/secp256k1/libsecp256k1/src/scalar_low_impl.h:110
↓ 29 callers
Function
wrapTypeError
(err error, typ reflect.Type)
go-ethereum/common/hexutil/json.go:312
↓ 28 callers
Method
BaseAddr
base Overlay address of the node itself
go-ethereum/swarm/network/hive.go:55
↓ 28 callers
Method
Database
()
go-ethereum/light/odr.go:38
↓ 28 callers
Method
Exp
(a *gfP2, power *big.Int, pool *bnPool)
go-ethereum/crypto/bn256/google/gfp2.go:105
↓ 28 callers
Function
InitSingleTest
InitSingleTest should be called in the beginning of every test, which uses RNG, in order to make the tests reproduciblity independent of their sequenc
go-ethereum/whisper/whisperv5/filter_test.go:34
↓ 28 callers
Function
MakeMatcher
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:483
↓ 28 callers
Function
MakePolymorphicMatcher
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:495
← previous
next →
301–400 of 20,037, ranked by callers