Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coinbase/cb-mpc
/ functions
Functions
7,462 in github.com/coinbase/cb-mpc
⨍
Functions
7,462
◇
Types & classes
1,770
↓ 14 callers
Method
has_private_key
include-internal/cbmpc/internal/crypto/base_paillier.h:72
↓ 14 callers
Function
init_arrays
(key)
vendors/secp256k1/tools/test_vectors_musig2_generate.py:34
↓ 14 callers
Function
make_transport
tests/unit/c_api/test_transport_harness.h:121
↓ 14 callers
Method
pow_mod
src/cbmpc/crypto/base_bn.cpp:468
↓ 14 callers
Function
require_rv
demo-api/ecdsa_mp_pve_backup/main.cpp:42
↓ 14 callers
Function
secp256k1_eckey_pubkey_parse
vendors/secp256k1/src/eckey_impl.h:17
↓ 14 callers
Function
secp256k1_musig_pubkey_agg
vendors/secp256k1/src/modules/musig/keyagg_impl.h:175
↓ 14 callers
Function
secure_bzero
src/cbmpc/c_api/common.cpp:14
↓ 14 callers
Method
skip
include/cbmpc/core/buf.h:89
↓ 14 callers
Function
testrand256_test
vendors/secp256k1/src/testrand_impl.h:116
↓ 14 callers
Method
update
include-internal/cbmpc/internal/crypto/ro.h:56
↓ 14 callers
Function
verify_ac
src/cbmpc/api/pve_batch_ac.cpp:158
↓ 13 callers
Function
BeginEndDistanceIs
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4694
↓ 13 callers
Function
CanonicalizeForStdLibVersioning
Canonicalizes a given name with respect to the Standard C++ Library. This handles removing the inline namespace within `std` that is used by various s
vendors/googletest/googletest/include/gtest/internal/gtest-type-util.h:61
↓ 13 callers
Function
Check
Prints the message and aborts the program if condition is false.
vendors/googletest/googletest/test/gtest_environment_test.cc:90
↓ 13 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1920
↓ 13 callers
Function
Expect
Verifies that condition is true; generates a non-fatal failure if condition is false.
vendors/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:256
↓ 13 callers
Function
ExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:748
↓ 13 callers
Function
IsAsciiWhiteSpace
vendors/googletest/googletest/src/gtest-port.cc:768
↓ 13 callers
Function
IsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
vendors/googletest/googletest/src/gtest-port.cc:756
↓ 13 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
vendors/googletest/googletest/src/gtest-filepath.cc:92
↓ 13 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
vendors/googletest/googletest/src/gtest-filepath.cc:210
↓ 13 callers
Function
TestFlag
Verifies that the given flag is affected by the corresponding env var.
vendors/googletest/googletest/test/googletest-env-var-test.py:71
↓ 13 callers
Method
ThreadPerCpu
vendors/google-benchmark/src/benchmark_register.cc:466
↓ 13 callers
Function
TupleMatches
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:681
↓ 13 callers
Function
Value
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5061
↓ 13 callers
Function
checked_malloc
vendors/secp256k1/src/util.h:156
↓ 13 callers
Function
derive_eddsa_2p_keys
src/cbmpc/api/hd_keyset_eddsa_2p.cpp:143
↓ 13 callers
Method
forward
include-internal/cbmpc/internal/core/convert.h:41
↓ 13 callers
Function
horner_poly
src/cbmpc/crypto/lagrange.cpp:137
↓ 13 callers
Function
init_mpc_benchmarking
tools/benchmark/mpc_util.h:431
↓ 13 callers
Method
prover_msg2
src/cbmpc/zk/zk_pedersen.cpp:181
↓ 13 callers
Method
put
src/cbmpc/core/error.cpp:391
↓ 13 callers
Method
reset
tests/utils/local_network/channel.cpp:57
↓ 13 callers
Function
run_bm_mpc
tools/benchmark/mpc_util.h:460
↓ 13 callers
Function
secp256k1_declassify
Mark memory as no-longer-secret for the purpose of analysing constant-time behaviour * of the software. */
vendors/secp256k1/src/secp256k1.c:236
↓ 13 callers
Function
secp256k1_fe_normalizes_to_zero
vendors/secp256k1/src/field_impl.h:199
↓ 13 callers
Function
secp256k1_musig_nonce_agg
vendors/secp256k1/src/modules/musig/session_impl.h:535
↓ 13 callers
Function
secp256k1_musig_partial_sig_agg
vendors/secp256k1/src/modules/musig/session_impl.h:790
↓ 13 callers
Function
secp256k1_write_be32
Write a uint32_t in big endian */
vendors/secp256k1/src/util.h:382
↓ 13 callers
Function
secure_erase
Cleanses memory to prevent leaking sensitive info. Won't be optimized out. */
vendors/secp256k1/examples/examples_util.h:86
↓ 13 callers
Function
ser
include-internal/cbmpc/internal/core/convert.h:235
↓ 13 callers
Method
set_bit
src/cbmpc/core/buf128.cpp:120
↓ 13 callers
Method
set_n
vendors/googletest/googlemock/test/gmock-matchers-containers_test.cc:628
↓ 13 callers
Function
sign_batch
src/cbmpc/protocol/eddsa.cpp:9
↓ 12 callers
Function
BoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
vendors/googletest/googletest/src/gtest-port.cc:1366
↓ 12 callers
Function
Eq
vendors/googletest/googletest/include/gtest/gtest-matchers.h:862
↓ 12 callers
Function
Expectation
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:485
↓ 12 callers
Function
GetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
vendors/googletest/googletest/test/googletest-shuffle-test.py:108
↓ 12 callers
Function
InvokeWithoutArgs
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1976
↓ 12 callers
Function
IsAsciiDigit
Returns true if and only if ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale
vendors/googletest/googletest/src/gtest-port.cc:763
↓ 12 callers
Function
IsEmpty
Creates a polymorphic matcher that matches an empty container or C-style string. The container must support both size() and empty(), which all STL-lik
vendors/googletest/googlemock/include/gmock/gmock-more-matchers.h:93
↓ 12 callers
Method
IsPrime
vendors/googletest/googletest/samples/sample8_unittest.cc:61
↓ 12 callers
Function
IsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:575
↓ 12 callers
Function
RandomSeedFlag
(n)
vendors/googletest/googletest/test/googletest-shuffle-test.py:72
↓ 12 callers
Function
RunAndReturnOutput
Runs the test program and returns its output.
vendors/googletest/googletest/test/googletest-failfast-unittest.py:92
↓ 12 callers
Method
Set
Sets the 0-terminated C string this MyString object represents.
vendors/googletest/googletest/samples/sample2.cc:49
↓ 12 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
vendors/googletest/googletest/test/googletest-failfast-unittest.py:83
↓ 12 callers
Function
ShuffleFlag
()
vendors/googletest/googletest/test/googletest-shuffle-test.py:68
↓ 12 callers
Function
TestInitGoogleMock
vendors/googletest/googlemock/test/gmock_test.cc:48
↓ 12 callers
Function
Truly
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4671
↓ 12 callers
Function
WhenSortedBy
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4713
↓ 12 callers
Function
cbmpc_cmems_free
src/cbmpc/c_api/common.cpp:43
↓ 12 callers
Function
cbmpc_ecdsa_mp_attach_private_scalar
src/cbmpc/c_api/ecdsa_mp.cpp:428
↓ 12 callers
Function
cbmpc_eddsa_mp_refresh_ac
src/cbmpc/c_api/eddsa_mp.cpp:195
↓ 12 callers
Function
cbmpc_pve_ac_combine
src/cbmpc/c_api/pve_batch_ac.cpp:295
↓ 12 callers
Function
cbmpc_pve_ac_encrypt
src/cbmpc/c_api/pve_batch_ac.cpp:63
↓ 12 callers
Function
cbmpc_schnorr_mp_get_public_key_compressed
src/cbmpc/c_api/schnorr_mp.cpp:326
↓ 12 callers
Method
current_test_result
Returns the most specific TestResult currently running.
vendors/googletest/googletest/src/gtest.cc:6303
↓ 12 callers
Function
hash_number
demo-cpp/basic_primitive/main.cpp:11
↓ 12 callers
Function
init_2pc_benchmarking
tools/benchmark/mpc_util.h:167
↓ 12 callers
Function
make_msg_hash32
tests/unit/api/test_ecdsa_mp_ac.cpp:42
↓ 12 callers
Method
mul
src/cbmpc/crypto/base_ecc.cpp:266
↓ 12 callers
Method
rand
src/cbmpc/crypto/base_bn.cpp:461
↓ 12 callers
Function
run_2pc
tests/unit/c_api/test_ecdsa2pc.cpp:122
↓ 12 callers
Function
run_bm_2pc
tools/benchmark/mpc_util.h:188
↓ 12 callers
Function
secp256k1_ec_pubkey_cmp
vendors/secp256k1/src/secp256k1.c:291
↓ 12 callers
Function
secp256k1_ec_pubkey_tweak_add
vendors/secp256k1/src/secp256k1.c:692
↓ 12 callers
Function
secp256k1_ecdsa_signature_serialize_der
vendors/secp256k1/src/secp256k1.c:406
↓ 12 callers
Function
secp256k1_fe_set_b32_mod
vendors/secp256k1/src/field_impl.h:271
↓ 12 callers
Function
secp256k1_ge_neg
vendors/secp256k1/src/group_impl.h:149
↓ 12 callers
Function
secp256k1_i128_to_i64
vendors/secp256k1/src/int128_struct_impl.h:183
↓ 12 callers
Function
secp256k1_musig_pubnonce_parse
vendors/secp256k1/src/modules/musig/session_impl.h:194
↓ 12 callers
Function
secp256k1_scalar_set_b32_seckey
vendors/secp256k1/src/scalar_impl.h:30
↓ 12 callers
Function
secp256k1_scratch_apply_checkpoint
vendors/secp256k1/src/scratch_impl.h:46
↓ 12 callers
Method
size
src/cbmpc/crypto/base_ecc.cpp:558
↓ 12 callers
Method
start_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
vendors/googletest/googletest/src/gtest.cc:5289
↓ 12 callers
Function
stoul
* GNU STL in Android NDK lacks support for some C++11 functions, including * stoul, stoi, stod. We reimplement them here using C functions strtoul,
vendors/google-benchmark/src/string_util.cc:175
↓ 12 callers
Function
testrand_bytes_test
vendors/secp256k1/src/testrand_impl.h:100
↓ 12 callers
Function
to_internal_access_structure
src/cbmpc/api/access_structure_util.h:157
↓ 12 callers
Method
validate_tree
src/cbmpc/crypto/secret_sharing.cpp:57
↓ 11 callers
Function
AllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
vendors/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:424
↓ 11 callers
Function
AlwaysTrue
vendors/googletest/googletest/src/gtest.cc:6364
↓ 11 callers
Function
AnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
vendors/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:603
↓ 11 callers
Function
Combine
vendors/googletest/googletest/include/gtest/gtest-param-test.h:406
↓ 11 callers
Method
Complexity
vendors/google-benchmark/src/benchmark_register.cc:421
↓ 11 callers
Function
DeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
vendors/googletest/googletest/src/gtest-death-test.cc:293
↓ 11 callers
Function
DieWithMessage
vendors/googletest/googletest/test/googletest-death-test-test.cc:112
↓ 11 callers
Function
ForEach
vendors/googletest/googletest/src/gtest-internal-inl.h:288
↓ 11 callers
Function
FormatString
vendors/google-benchmark/src/colorprint.cc:85
← previous
next →
501–600 of 7,462, ranked by callers