MCPcopy Create free account

hub / github.com/NilFoundation/zkLLVM / functions

Functions282 in github.com/NilFoundation/zkLLVM

Functionmain
tests/cpp/algebra/curves/pallas_arithmetics/compare.cpp:25
Functionmain
tests/cpp/algebra/curves/pallas_arithmetics_2/mul.cpp:26
Functionmain
tests/cpp/algebra/curves/constructors/zero_pallas.cpp:29
Functionmain
tests/cpp/algebra/curves/constructors/zero_ed25519.cpp:29
Functionmain
tests/cpp/algebra/curves/constructors/one_ed25519.cpp:30
Functionmain
tests/cpp/algebra/curves/constructors/one_pallas.cpp:29
Functionmain
tests/cpp/algebra/curves/25519_arithmetics/add.cpp:28
Functionmain
tests/cpp/algebra/curves/25519_arithmetics/compare.cpp:27
Functionmain
tests/cpp/algebra/curves/25519_arithmetics_2/mul.cpp:34
Functionmain
tests/cpp/algebra/integers/division/urem.cpp:22
Functionmain
tests/cpp/algebra/integers/division/udiv.cpp:22
Functionmain
tests/cpp/algebra/integers/shift/left.cpp:24
Functionmain
tests/cpp/algebra/integers/shift/right.cpp:24
Functionmain
tests/cpp/libc/strlen/strlen.cpp:22
Functionmain
tests/cpp/libc/strcmp/strcmp.cpp:21
Functionmain
tests/cpp/libc/memset/memset.cpp:23
Functionmain
tests/cpp/libc/strcpy/strcpy.cpp:23
Functionmain
tests/cpp/libc/strncpy/strncpy.cpp:23
Functionmain
tests/cpp/libc/strncmp/strncmp.cpp:21
Functionmain
tests/cpp/multi_provers/if.cpp:40
Functionmain
tests/cpp/multi_provers/shift_add.cpp:32
Functionmain
tests/cpp/bls_signature/pairing/pairing.cpp:41
Functionmain
tests/cpp/bls_signature/non_aggregated/verification.cpp:57
Functionmain
bin/transpiler/src/main.cpp:152
Functionmain
bin/assigner/src/main.cpp:635
Functionmain
bin/recursive_gen/src/main.cpp:163
Functionmerkle_tree_poseidon
examples/cpp/merkle_tree_poseidon.cpp:8
Functionmerkle_tree_poseidon
examples/cpp/merkle_poseidon_3provers.cpp:17
Functionmerkle_tree_poseidon
examples/cpp/merkle_poseidon_1prover.cpp:8
Functionmerkle_tree_poseidon
examples/cpp/merkle_poseidon_21prover_3layers.cpp:21
Functionmerkle_tree_poseidon
examples/cpp/merkle_poseidon_2provers.cpp:51
Functionmerkle_tree_poseidon
examples/cpp/merkle_poseidon_5provers.cpp:25
Functionmul
examples/cpp/bls12_381_field_mul.cpp:5
Functionnotequal
examples/cpp/compare/neq.cpp:3
Functionparse_scalar
tests/cpp/read_boost_json.hpp:62
Functionpermargver
examples/cpp/placeholder_prover/permutation_argument_verifier.cpp:13
Functionplaceholder_verifier
examples/cpp/placeholder_verifier.cpp:467
Functionpolynomial_sbox
examples/cpp/polynomial.cpp:21
Functionposeidon_example1
examples/cpp/poseidon.cpp:7
Functionpow2
examples/cpp/placeholder_verifier.cpp:132
Functionpow3
examples/cpp/placeholder_verifier.cpp:136
Functionpow4
examples/cpp/placeholder_verifier.cpp:140
Functionpow5
examples/cpp/placeholder_verifier.cpp:146
Functionpow6
examples/cpp/placeholder_verifier.cpp:152
Functionpow7
examples/cpp/placeholder_verifier.cpp:158
Functionpow8
examples/cpp/placeholder_verifier.cpp:164
Functionpow9
examples/cpp/placeholder_verifier.cpp:170
Functionprint_assignment_table
bin/assigner/src/main.cpp:165
Functionprint_circuit
bin/assigner/src/main.cpp:70
Functionprint_hex_byteblob
bin/recursive_gen/src/main.cpp:129
Functionprint_sol_files
bin/transpiler/src/main.cpp:48
Functionprint_sol_files
bin/recursive_gen/src/main.cpp:76
Functionproof_print
bin/transpiler/src/main.cpp:114
Functionread_array_field
tests/cpp/read_boost_json.hpp:182
Functionread_curve
tests/cpp/read_boost_json.hpp:138
Functionread_field
tests/cpp/read_boost_json.hpp:101
Functionread_fp12
tests/cpp/read_boost_json.hpp:221
Functionread_g2_curve
tests/cpp/read_boost_json.hpp:240
Functionread_uint
tests/cpp/read_boost_json.hpp:112
Functionread_vector_field
tests/cpp/read_boost_json.hpp:202
Functionremainder
examples/cpp/bit_operations/uint_remainder.cpp:3
Functionsha256_example
examples/cpp/sha2_256.cpp:6
Functionsha256_example
(first_input_block: BlockType, second_input_block: BlockType)
examples/rust/examples/sha2_256.rs:10
Functionsha512_example
(r: EdwardsAffine, pk: EdwardsAffine, m: BlockType)
examples/rust/examples/sha2_512.rs:11
Functionshl
examples/cpp/bit_operations/shift_left.cpp:5
Functionsub
examples/cpp/bls12_381_field_sub.cpp:5
Functionswap_array
examples/cpp/placeholder_prover/fri_array_swap.cpp:6
Functionswap_array
examples/cpp/placeholder_prover/fri_array_swap_intrinsic.cpp:9
Functiontest_func
tests/cpp/hashes/sha256/sha2_256.cpp:14
Functiontest_func
tests/cpp/hashes/poseidon/poseidon.cpp:15
Functionvalidate_path
examples/cpp/validate_merkle_path_sha2_256.cpp:12
Functionvalidate_path
(merkle_path: [Block; 5], leave: Block, root: Block)
examples/rust/examples/validate_merkle_path_sha2_256.rs:13
Functionverify_aggregated_signature
examples/cpp/bls12_381_signature_verification_aggregated.cpp:10
Functionverify_eddsa_signature
examples/cpp/eddsa_signature_verification.cpp:11
Functionverify_eddsa_signature
examples/cpp/sha2_512.cpp:11
Functionverify_eddsa_signature
( input_r: __zkllvm_curve_curve25519, input_s: __zkllvm_field_curve25519_scalar, pk: __zkllvm_curv
examples/rust/examples/eddsa_signature_verification_builtins.rs:6
Functionverify_eddsa_signature
( input_r: EdwardsAffine, input_s: Fr, pk: EdwardsAffine, m: EdDSAMessageBlockType, )
examples/rust/examples/eddsa_signature_verification.rs:11
Functionverify_f100
(a: PallasBase, b: PallasBase, f100: PallasBase)
examples/rust/examples/fibonacci.rs:19
Functionverify_protocol_state_proof
examples/cpp/zkbridge.cpp:53
Functionverify_signature
examples/cpp/bls12_381_hash_to_curve.cpp:6
Functionverify_signature
examples/cpp/bls12_381_signature_verification.cpp:7
Functionxi_polys
examples/cpp/placeholder_verifier.cpp:271
← previous201–282 of 282, ranked by callers