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
↓ 8 callers
Function
cbmpc_tdh2_encrypt
src/cbmpc/c_api/tdh2.cpp:171
↓ 8 callers
Function
cbmpc_tdh2_verify
src/cbmpc/c_api/tdh2.cpp:196
↓ 8 callers
Function
denormalize
tests/dudect/dudect_util/dudect_implementation.h:10
↓ 8 callers
Method
ecdh
src/cbmpc/crypto/base_ecc.cpp:467
↓ 8 callers
Method
encrypt
src/cbmpc/crypto/base.cpp:175
↓ 8 callers
Function
extract_public_key_xonly
src/cbmpc/api/schnorr_mp.cpp:441
↓ 8 callers
Function
fe_identical
Returns true if two field elements have the same representation. */
vendors/secp256k1/src/tests.c:2945
↓ 8 callers
Function
get_public_keys_compressed_batch
src/cbmpc/api/pve_batch_single_recipient.cpp:250
↓ 8 callers
Function
hash32bit_for_zk_fischlin
include-internal/cbmpc/internal/zk/fischlin.h:29
↓ 8 callers
Function
is_empty_signature
vendors/secp256k1/src/tests.c:6362
↓ 8 callers
Function
lagrange_basis
* @notes: * - This is a more complicated version of the `lagrange_basis` defined below, since it is constant-time. */
src/cbmpc/crypto/lagrange.cpp:11
↓ 8 callers
Function
listeners
Provides access to the event listener list.
vendors/googletest/googletest/src/gtest-internal-inl.h:609
↓ 8 callers
Function
prv_bin_size
src/cbmpc/crypto/base_eddsa.cpp:16
↓ 8 callers
Function
require
demo-cpp/parallel_transport/main.cpp:26
↓ 8 callers
Function
require
demo-api/ecdsa_mp_pve_backup/main.cpp:38
↓ 8 callers
Function
require
demo-api/schnorr_2p_pve_batch_backup/main.cpp:30
↓ 8 callers
Function
secp256k1_context_preallocated_size
vendors/secp256k1/src/secp256k1.c:92
↓ 8 callers
Function
secp256k1_ec_pubkey_combine
vendors/secp256k1/src/secp256k1.c:766
↓ 8 callers
Function
secp256k1_ec_seckey_tweak_mul
vendors/secp256k1/src/secp256k1.c:709
↓ 8 callers
Function
secp256k1_ecdsa_recoverable_signature_convert
vendors/secp256k1/src/modules/recovery/main_impl.h:74
↓ 8 callers
Function
secp256k1_ecdsa_signature_parse_compact
vendors/secp256k1/src/secp256k1.c:385
↓ 8 callers
Function
secp256k1_ecdsa_signature_save
vendors/secp256k1/src/secp256k1.c:359
↓ 8 callers
Function
secp256k1_fe_cmp_var
vendors/secp256k1/src/field_impl.h:261
↓ 8 callers
Function
secp256k1_memczero
Zero memory if flag == 1. Flag must be 0 or 1. Constant time. */
vendors/secp256k1/src/util.h:210
↓ 8 callers
Function
secp256k1_musig_partial_sig_parse
vendors/secp256k1/src/modules/musig/session_impl.h:275
↓ 8 callers
Function
secp256k1_u128_from_u64
vendors/secp256k1/src/int128_struct_impl.h:101
↓ 8 callers
Function
secp256k1_u128_mul
vendors/secp256k1/src/int128_struct_impl.h:58
↓ 8 callers
Function
secp256k1_wnaf_fixed
Convert a number to WNAF notation. * The number becomes represented by sum(2^{wi} * wnaf[i], i=0..WNAF_SIZE(w)+1) - return_val. * It has the follo
vendors/secp256k1/src/ecmult_impl.h:418
↓ 8 callers
Method
step1_R2S
src/cbmpc/protocol/ot.cpp:8
↓ 8 callers
Function
stod
vendors/google-benchmark/src/string_util.cc:227
↓ 8 callers
Function
test_schnorrsig_bip_vectors_check_signing
Helper function for schnorrsig_bip_vectors * Signs the message and checks that it's the same as expected_sig. */
vendors/secp256k1/src/modules/schnorrsig/tests_impl.h:172
↓ 8 callers
Function
testrand_flip
vendors/secp256k1/src/testrand_impl.h:120
↓ 8 callers
Function
testutil_random_fe_test
vendors/secp256k1/src/testutil.h:46
↓ 8 callers
Method
to_additive_share
src/cbmpc/protocol/ec_dkg.cpp:704
↓ 8 callers
Method
to_bin
src/cbmpc/crypto/base_ecc.cpp:297
↓ 8 callers
Function
view_cmems
src/cbmpc/c_api/util.h:177
↓ 8 callers
Method
x
vendors/googletest/googletest/test/gtest_unittest.cc:5127
↓ 7 callers
Method
AssertSetEqual
Asserts that two sets are equal.
vendors/googletest/googletest/test/googletest-filter-unittest.py:259
↓ 7 callers
Function
CheckTestFailureCount
vendors/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callers
Function
ChronoClockNow
vendors/google-benchmark/src/timers.h:65
↓ 7 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
vendors/googletest/googletest/src/gtest-filepath.cc:334
↓ 7 callers
Function
DivisibleBy
vendors/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:2305
↓ 7 callers
Method
Enqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
vendors/googletest/googletest/samples/sample3-inl.h:114
↓ 7 callers
Function
FOpen
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2137
↓ 7 callers
Function
Fail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
vendors/googletest/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callers
Function
Fib
(u uint)
vendors/github-action-benchmark/examples/go/fib.go:3
↓ 7 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
vendors/googletest/googletest/src/gtest-filepath.cc:251
↓ 7 callers
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4313
↓ 7 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
vendors/googletest/googletest/src/gtest.cc:661
↓ 7 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
vendors/googletest/googletest/src/gtest-death-test.cc:346
↓ 7 callers
Method
GetTestInfo
vendors/googletest/googletest/test/gtest_unittest.cc:5261
↓ 7 callers
Method
GetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
vendors/googletest/googletest/src/gtest.cc:2971
↓ 7 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
vendors/googletest/googletest/src/gtest.cc:988
↓ 7 callers
Function
GlobalFunction
A global function that's expected to die.
vendors/googletest/googletest/test/googletest-death-test-test.cc:168
↓ 7 callers
Function
GrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
vendors/googletest/googlemock/test/gmock-internal-utils_test.cc:507
↓ 7 callers
Function
IsAsciiPunct
vendors/googletest/googletest/src/gtest-port.cc:764
↓ 7 callers
Function
MakeTime
vendors/google-benchmark/src/timers.cc:76
↓ 7 callers
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4291
↓ 7 callers
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4319
↓ 7 callers
Function
NotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:4267
↓ 7 callers
Function
Optional
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:5242
↓ 7 callers
Function
PrintByRef
vendors/googletest/googletest/test/googletest-printers-test.cc:314
↓ 7 callers
Method
Ranges
vendors/google-benchmark/src/benchmark_register.cc:260
↓ 7 callers
Function
ReadFromFile
vendors/google-benchmark/src/sysinfo.cc:212
↓ 7 callers
Method
Release
vendors/googletest/googletest/src/gtest.cc:3840
↓ 7 callers
Function
RemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
vendors/googletest/googletest/test/googletest-output-test.py:184
↓ 7 callers
Method
Setup
vendors/google-benchmark/src/benchmark_register.cc:334
↓ 7 callers
Function
Shuffle
vendors/googletest/googletest/src/gtest-internal-inl.h:329
↓ 7 callers
Method
Skipped
Returns true if and only if the test was skipped.
vendors/googletest/googletest/src/gtest.cc:2439
↓ 7 callers
Function
StrEscape
vendors/google-benchmark/src/json_reporter.cc:33
↓ 7 callers
Method
UponLeavingGTest
vendors/googletest/googletest/src/gtest.cc:5331
↓ 7 callers
Method
add_child_node
src/cbmpc/crypto/secret_sharing.cpp:52
↓ 7 callers
Function
base_pke_ecies_p256_ek_from_oct
src/cbmpc/api/pve_base_pke.cpp:118
↓ 7 callers
Method
begin_line
src/cbmpc/core/error.cpp:447
↓ 7 callers
Method
bitlen128
src/cbmpc/crypto/ro.cpp:51
↓ 7 callers
Method
bzero
src/cbmpc/core/buf.cpp:205
↓ 7 callers
Method
c_string
Gets the 0-terminated C string this MyString object represents.
vendors/googletest/googletest/samples/sample2.h:71
↓ 7 callers
Method
call
(func: GitFunc, args: unknown[])
vendors/github-action-benchmark/test/write.spec.ts:35
↓ 7 callers
Function
cbmpc_pve_ac_verify
src/cbmpc/c_api/pve_batch_ac.cpp:110
↓ 7 callers
Function
cbmpc_schnorr_2p_get_public_key_compressed
src/cbmpc/c_api/schnorr2pc.cpp:104
↓ 7 callers
Function
cbmpc_schnorr_mp_dkg_ac
src/cbmpc/c_api/schnorr_mp.cpp:74
↓ 7 callers
Method
check_curve
include-internal/cbmpc/internal/crypto/elgamal.h:90
↓ 7 callers
Method
cnd_negate
include-internal/cbmpc/internal/crypto/base_ec_core.h:390
↓ 7 callers
Method
convert
include-internal/cbmpc/internal/protocol/mpc_job.h:367
↓ 7 callers
Function
copy
src/cbmpc/crypto/ec25519_core.cpp:942
↓ 7 callers
Method
disabled_test_count
Gets the number of disabled tests.
vendors/googletest/googletest/src/gtest.cc:1137
↓ 7 callers
Method
end_line
src/cbmpc/core/error.cpp:462
↓ 7 callers
Function
exec
(cmd: string)
vendors/github-action-benchmark/scripts/ci_validate_modification.ts:18
↓ 7 callers
Function
expected_Q
tests/unit/c_api/test_pve.cpp:57
↓ 7 callers
Method
final
include-internal/cbmpc/internal/crypto/base_hash.h:268
↓ 7 callers
Function
getBoolInput
(name: string)
vendors/github-action-benchmark/src/config.ts:117
↓ 7 callers
Method
get_offset
include-internal/cbmpc/internal/core/convert.h:50
↓ 7 callers
Method
get_y
src/cbmpc/crypto/base_ecc.cpp:770
↓ 7 callers
Function
int_log2
include-internal/cbmpc/internal/core/utils.h:104
↓ 7 callers
Method
is_nan
Returns true if and only if this is NAN (not a number).
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:324
↓ 7 callers
Function
is_vartime_scope
src/cbmpc/crypto/base_mod.cpp:11
↓ 7 callers
Function
le_get_8
include-internal/cbmpc/internal/core/utils.h:61
↓ 7 callers
Method
original_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
vendors/googletest/googletest/src/gtest.cc:5556
↓ 7 callers
Function
print_difference_report
Calculate and report the difference between each test of two benchmarks runs specified as 'json1' and 'json2'.
vendors/google-benchmark/tools/gbench/report.py:382
↓ 7 callers
Method
release
src/cbmpc/c_api/tdh2.cpp:37
← previous
next →
801–900 of 7,462, ranked by callers