MCPcopy Create free account

hub / github.com/Clarionos/clarion / functions

Functions5,676 in github.com/Clarionos/clarion

↓ 2 callersFunctionprior
libraries/fc/src/utf8/checked.h:163
↓ 2 callersMethodquery
libraries/fc/src/network/url.cpp:186
↓ 2 callersFunctionrand_pseudo_bytes
libraries/fc/src/crypto/rand.cpp:19
↓ 2 callersFunctionrandom_sign
external/secp256k1/upstream/src/tests.c:1645
↓ 2 callersMethodread
libraries/fc/include/fc/network/message_buffer.hpp:297
↓ 2 callersMethodread_reuse_storage
libraries/clio/include/clio/stream.hpp:323
↓ 2 callersFunctionrecover
( keyType: KeyType, signature: Uint8Array, digest: Uint8Array, encoding: BufferEncoding = "utf
packages/bios/src/crypto/signature.ts:18
↓ 2 callersMethodreflector_init
libraries/fc/include/fc/reflect/reflect.hpp:107
↓ 2 callersMethodreset
libraries/clio/include/clio/flatbuf.hpp:741
↓ 2 callersMethodrfind
libraries/fc/src/string.cpp:61
↓ 2 callersFunctionround_digit
libraries/clio/include/clio/fpconv.h:118
↓ 2 callersFunctionsecp256k1_borromean_sign
external/secp256k1/upstream/src/borromean_impl.h:108
↓ 2 callersFunctionsecp256k1_ec_pubkey_decompress
external/secp256k1/upstream/src/secp256k1.c:318
↓ 2 callersFunctionsecp256k1_ec_pubkey_tweak_add
external/secp256k1/upstream/src/secp256k1.c:354
↓ 2 callersFunctionsecp256k1_ecdh_wnaf
Convert a number to WNAF notation. The number becomes represented by sum(2^{wi} * wnaf[i], i=0..return_val) * with the following guarantees: * - e
external/secp256k1/upstream/src/ecdh_impl.h:27
↓ 2 callersFunctionsecp256k1_ecdsa_sig_serialize
external/secp256k1/upstream/src/ecdsa_impl.h:112
↓ 2 callersFunctionsecp256k1_eckey_privkey_serialize
external/secp256k1/upstream/src/eckey_impl.h:97
↓ 2 callersFunctionsecp256k1_ecmult_context_init
external/secp256k1/upstream/src/ecmult_impl.h:140
↓ 2 callersFunctionsecp256k1_ecmult_odd_multiples_table
Fill a table 'prej' with precomputed odd multiples of a. Prej will contain * the values [1*a,3*a,...,(2*n-1)*a], so it space for n values. zr[0] wil
external/secp256k1/upstream/src/ecmult_impl.h:35
↓ 2 callersFunctionsecp256k1_ecmult_odd_multiples_table_globalz_windowa
Fill a table 'pre' with precomputed odd multiples of a. * * There are two versions of this function: * - secp256k1_ecmult_odd_multiples_table_glo
external/secp256k1/upstream/src/ecmult_impl.h:85
↓ 2 callersFunctionsecp256k1_ecmult_odd_multiples_table_storage_var
external/secp256k1/upstream/src/ecmult_impl.h:95
↓ 2 callersFunctionsecp256k1_fe_mul_inner
external/secp256k1/upstream/src/field_10x26_impl.h:438
↓ 2 callersFunctionsecp256k1_fe_sqr_inner
external/secp256k1/upstream/src/field_10x26_impl.h:767
↓ 2 callersFunctionsecp256k1_ge_set_table_gej_var
external/secp256k1/upstream/src/group_impl.h:124
↓ 2 callersFunctionsecp256k1_ge_storage_cmov
external/secp256k1/upstream/src/group_impl.h:576
↓ 2 callersFunctionsecp256k1_gej_eq_x_var
external/secp256k1/upstream/src/group_impl.h:219
↓ 2 callersFunctionsecp256k1_gej_is_valid_var
external/secp256k1/upstream/src/group_impl.h:240
↓ 2 callersFunctionsecp256k1_gej_rescale
external/secp256k1/upstream/src/group_impl.h:548
↓ 2 callersFunctionsecp256k1_num_add_abs
external/secp256k1/upstream/src/num_gmp_impl.h:62
↓ 2 callersFunctionsecp256k1_num_is_neg
external/secp256k1/upstream/src/num_gmp_impl.h:149
↓ 2 callersFunctionsecp256k1_num_mul
external/secp256k1/upstream/src/num_gmp_impl.h:207
↓ 2 callersFunctionsecp256k1_num_subadd
external/secp256k1/upstream/src/num_gmp_impl.h:176
↓ 2 callersFunctionsecp256k1_pedersen_blind_sum
Takes a list of n pointers to 32 byte blinding values, the first negs of which are treated with positive sign and the rest * negative, then calculat
external/secp256k1/upstream/src/secp256k1.c:496
↓ 2 callersFunctionsecp256k1_rangeproof_ch32xor
external/secp256k1/upstream/src/rangeproof_impl.h:405
↓ 2 callersFunctionsecp256k1_rangeproof_genrand
external/secp256k1/upstream/src/rangeproof_impl.h:134
↓ 2 callersFunctionsecp256k1_rangeproof_getheader_impl
external/secp256k1/upstream/src/rangeproof_impl.h:535
↓ 2 callersFunctionsecp256k1_rangeproof_pub_expand
external/secp256k1/upstream/src/rangeproof_impl.h:112
↓ 2 callersFunctionsecp256k1_rangeproof_recover_x
Computes blinding factor x given k, s, and the challenge e. */
external/secp256k1/upstream/src/rangeproof_impl.h:388
↓ 2 callersFunctionsecp256k1_rangeproof_verify_impl
Verifies range proof (len plen) for 33-byte commit, the min/max values proven are put in the min/max arguments; returns 0 on failure 1 on success.*/
external/secp256k1/upstream/src/rangeproof_impl.h:589
↓ 2 callersFunctionsecp256k1_scalar_get_bits_var
external/secp256k1/upstream/src/scalar_8x32_impl.h:64
↓ 2 callersFunctionsecp256k1_scalar_is_zero
external/secp256k1/upstream/src/scalar_4x64_impl.h:135
↓ 2 callersFunctionsecp256k1_scalar_mul_512
external/secp256k1/upstream/src/scalar_8x32_impl.h:490
↓ 2 callersFunctionsecp256k1_scalar_mul_512
external/secp256k1/upstream/src/scalar_4x64_impl.h:578
↓ 2 callersFunctionsecp256k1_scalar_reduce_512
external/secp256k1/upstream/src/scalar_8x32_impl.h:348
↓ 2 callersFunctionsecp256k1_scalar_reduce_512
external/secp256k1/upstream/src/scalar_4x64_impl.h:269
↓ 2 callersFunctionsecp256k1_scalar_split_lambda_var
external/secp256k1/upstream/src/scalar_impl.h:293
↓ 2 callersFunctionsecp256k1_scalar_wnaf_force_odd
external/secp256k1/upstream/src/scalar_8x32_impl.h:237
↓ 2 callersMethodsend_call
makes calls to the remote server */
libraries/fc/include/fc/rpc/api_connection.hpp:345
↓ 2 callersMethodsend_call
makes calls to the remote server */
libraries/fc/include/fc/rpc/binary_api_connection.hpp:352
↓ 2 callersMethodsend_gntp_message
libraries/fc/src/network/gntp.cpp:78
↓ 2 callersMethodset
tests/clio/fracpack.cpp:580
↓ 2 callersMethodsetKV
libraries/clintrinsics/include/clintrinsics/database.hpp:86
↓ 2 callersMethodset_io_hooks
libraries/fc/src/network/tcp_socket.cpp:209
↓ 2 callersMethodset_time_constant
libraries/fc/src/network/rate_limiting.cpp:155
↓ 2 callersMethodset_which
libraries/fc/include/fc/static_variant.hpp:474
↓ 2 callersFunctionsha256
(blob: Uint8Array)
packages/bios/src/crypto/hashing.ts:4
↓ 2 callersFunctionsha_to_seed
libraries/fc/src/crypto/equihash.cpp:9
↓ 2 callersMethodshutdown
libraries/appbase/application.cpp:368
↓ 2 callersFunctionsign
( keyPair: KeyPair, digest: Uint8Array )
packages/bios/src/crypto/signature.ts:7
↓ 2 callersMethodsign
libraries/fc/src/crypto/pke.cpp:205
↓ 2 callersMethodstart_remote_call
libraries/fc/src/rpc/state.cpp:45
↓ 2 callersMethodstop
libraries/fc/src/rpc/cli.cpp:68
↓ 2 callersFunctionstringFromStream
libraries/fc/src/io/json.cpp:89
↓ 2 callersFunctionstring_to_name_strict
libraries/clio/include/clio/get_type_name.hpp:134
↓ 2 callersFunctiontdefl_compress
libraries/fc/src/compress/miniz.c:2642
↓ 2 callersFunctiontdefl_compress_block
libraries/fc/src/compress/miniz.c:2156
↓ 2 callersFunctiontdefl_compress_mem_to_output
libraries/fc/src/compress/miniz.c:2732
↓ 2 callersFunctiontdefl_flush_output_buffer
libraries/fc/src/compress/miniz.c:2621
↓ 2 callersFunctiontdefl_output_buffer_putter
libraries/fc/src/compress/miniz.c:2748
↓ 2 callersFunctiontdefl_record_literal
libraries/fc/src/compress/miniz.c:2473
↓ 2 callersFunctiontemp_directory_path
libraries/fc/src/filesystem.cpp:345
↓ 2 callersFunctiontestco
tests/web/a.cpp:7
↓ 2 callersFunctionto_generic
libraries/fc/include/fc/rpc/api_connection.hpp:53
↓ 2 callersFunctionto_generic
libraries/fc/include/fc/rpc/binary_api_connection.hpp:54
↓ 2 callersFunctionto_key_varuint32
libraries/clio/include/clio/to_key.hpp:151
↓ 2 callersMethodto_string
libraries/fc/src/crypto/public_key.cpp:75
↓ 2 callersMethodto_string
libraries/fc/src/crypto/private_key.cpp:114
↓ 2 callersMethodto_string
libraries/fc/src/crypto/signature.cpp:56
↓ 2 callersFunctionto_variant
libraries/fc/include/fc/variant.hpp:400
↓ 2 callersMethodto_variant
libraries/fc/src/log/log_message.cpp:179
↓ 2 callersFunctiontranslate_protobuf_to_json
libraries/clio/include/clio/translator.hpp:252
↓ 2 callersFunctionunique_path
libraries/fc/src/filesystem.cpp:344
↓ 2 callersMethodunlock
libraries/fc/src/filesystem.cpp:568
↓ 2 callersFunctionunpack_flat_map
libraries/fc/include/fc/container/container_detail.hpp:68
↓ 2 callersFunctionunpack_flat_set
libraries/fc/include/fc/container/container_detail.hpp:34
↓ 2 callersFunctionunpack_map
libraries/fc/include/fc/container/container_detail.hpp:56
↓ 2 callersFunctionunpack_set
libraries/fc/include/fc/container/container_detail.hpp:22
↓ 2 callersMethodupdate
libraries/fc/src/network/rate_limiting.cpp:159
↓ 2 callersFunctionvaruint64_from_bin
libraries/clio/include/clio/from_bin.hpp:34
↓ 2 callersMethodvisit
tests/clio/database.cpp:452
↓ 2 callersMethodwait_for_response
libraries/fc/src/rpc/state.cpp:51
↓ 1 callersMethodAddDependencySchemaError
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/schema.h:2000
↓ 1 callersMethodAddDependencySchemaError
external/rapidjson/include/rapidjson/schema.h:1998
↓ 1 callersMethodAddMissingDependentProperty
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/schema.h:1992
↓ 1 callersMethodAddMissingDependentProperty
external/rapidjson/include/rapidjson/schema.h:1990
↓ 1 callersMethodAddMissingProperty
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/schema.h:1964
↓ 1 callersMethodAddMissingProperty
external/rapidjson/include/rapidjson/schema.h:1962
↓ 1 callersMethodBeginValue
libraries/fc/include/fc/crypto/webauthn_json/include/rapidjson/schema.h:676
↓ 1 callersMethodBeginValue
external/rapidjson/include/rapidjson/schema.h:676
↓ 1 callersMethodBool
libraries/fc/include/fc/crypto/webauthn_json/example/jsonx/jsonx.cpp:28
← previousnext →1,201–1,300 of 5,676, ranked by callers