Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NilFoundation/zkLLVM
/ functions
Functions
282 in github.com/NilFoundation/zkLLVM
⨍
Functions
282
◇
Types & classes
17
Function
main
tests/cpp/algebra/curves/pallas_arithmetics/compare.cpp:25
Function
main
tests/cpp/algebra/curves/pallas_arithmetics_2/mul.cpp:26
Function
main
tests/cpp/algebra/curves/constructors/zero_pallas.cpp:29
Function
main
tests/cpp/algebra/curves/constructors/zero_ed25519.cpp:29
Function
main
tests/cpp/algebra/curves/constructors/one_ed25519.cpp:30
Function
main
tests/cpp/algebra/curves/constructors/one_pallas.cpp:29
Function
main
tests/cpp/algebra/curves/25519_arithmetics/add.cpp:28
Function
main
tests/cpp/algebra/curves/25519_arithmetics/compare.cpp:27
Function
main
tests/cpp/algebra/curves/25519_arithmetics_2/mul.cpp:34
Function
main
tests/cpp/algebra/integers/division/urem.cpp:22
Function
main
tests/cpp/algebra/integers/division/udiv.cpp:22
Function
main
tests/cpp/algebra/integers/shift/left.cpp:24
Function
main
tests/cpp/algebra/integers/shift/right.cpp:24
Function
main
tests/cpp/libc/strlen/strlen.cpp:22
Function
main
tests/cpp/libc/strcmp/strcmp.cpp:21
Function
main
tests/cpp/libc/memset/memset.cpp:23
Function
main
tests/cpp/libc/strcpy/strcpy.cpp:23
Function
main
tests/cpp/libc/strncpy/strncpy.cpp:23
Function
main
tests/cpp/libc/strncmp/strncmp.cpp:21
Function
main
tests/cpp/multi_provers/if.cpp:40
Function
main
tests/cpp/multi_provers/shift_add.cpp:32
Function
main
tests/cpp/bls_signature/pairing/pairing.cpp:41
Function
main
tests/cpp/bls_signature/non_aggregated/verification.cpp:57
Function
main
bin/transpiler/src/main.cpp:152
Function
main
bin/assigner/src/main.cpp:635
Function
main
bin/recursive_gen/src/main.cpp:163
Function
merkle_tree_poseidon
examples/cpp/merkle_tree_poseidon.cpp:8
Function
merkle_tree_poseidon
examples/cpp/merkle_poseidon_3provers.cpp:17
Function
merkle_tree_poseidon
examples/cpp/merkle_poseidon_1prover.cpp:8
Function
merkle_tree_poseidon
examples/cpp/merkle_poseidon_21prover_3layers.cpp:21
Function
merkle_tree_poseidon
examples/cpp/merkle_poseidon_2provers.cpp:51
Function
merkle_tree_poseidon
examples/cpp/merkle_poseidon_5provers.cpp:25
Function
mul
examples/cpp/bls12_381_field_mul.cpp:5
Function
notequal
examples/cpp/compare/neq.cpp:3
Function
parse_scalar
tests/cpp/read_boost_json.hpp:62
Function
permargver
examples/cpp/placeholder_prover/permutation_argument_verifier.cpp:13
Function
placeholder_verifier
examples/cpp/placeholder_verifier.cpp:467
Function
polynomial_sbox
examples/cpp/polynomial.cpp:21
Function
poseidon_example1
examples/cpp/poseidon.cpp:7
Function
pow2
examples/cpp/placeholder_verifier.cpp:132
Function
pow3
examples/cpp/placeholder_verifier.cpp:136
Function
pow4
examples/cpp/placeholder_verifier.cpp:140
Function
pow5
examples/cpp/placeholder_verifier.cpp:146
Function
pow6
examples/cpp/placeholder_verifier.cpp:152
Function
pow7
examples/cpp/placeholder_verifier.cpp:158
Function
pow8
examples/cpp/placeholder_verifier.cpp:164
Function
pow9
examples/cpp/placeholder_verifier.cpp:170
Function
print_assignment_table
bin/assigner/src/main.cpp:165
Function
print_circuit
bin/assigner/src/main.cpp:70
Function
print_hex_byteblob
bin/recursive_gen/src/main.cpp:129
Function
print_sol_files
bin/transpiler/src/main.cpp:48
Function
print_sol_files
bin/recursive_gen/src/main.cpp:76
Function
proof_print
bin/transpiler/src/main.cpp:114
Function
read_array_field
tests/cpp/read_boost_json.hpp:182
Function
read_curve
tests/cpp/read_boost_json.hpp:138
Function
read_field
tests/cpp/read_boost_json.hpp:101
Function
read_fp12
tests/cpp/read_boost_json.hpp:221
Function
read_g2_curve
tests/cpp/read_boost_json.hpp:240
Function
read_uint
tests/cpp/read_boost_json.hpp:112
Function
read_vector_field
tests/cpp/read_boost_json.hpp:202
Function
remainder
examples/cpp/bit_operations/uint_remainder.cpp:3
Function
sha256_example
examples/cpp/sha2_256.cpp:6
Function
sha256_example
(first_input_block: BlockType, second_input_block: BlockType)
examples/rust/examples/sha2_256.rs:10
Function
sha512_example
(r: EdwardsAffine, pk: EdwardsAffine, m: BlockType)
examples/rust/examples/sha2_512.rs:11
Function
shl
examples/cpp/bit_operations/shift_left.cpp:5
Function
sub
examples/cpp/bls12_381_field_sub.cpp:5
Function
swap_array
examples/cpp/placeholder_prover/fri_array_swap.cpp:6
Function
swap_array
examples/cpp/placeholder_prover/fri_array_swap_intrinsic.cpp:9
Function
test_func
tests/cpp/hashes/sha256/sha2_256.cpp:14
Function
test_func
tests/cpp/hashes/poseidon/poseidon.cpp:15
Function
validate_path
examples/cpp/validate_merkle_path_sha2_256.cpp:12
Function
validate_path
(merkle_path: [Block; 5], leave: Block, root: Block)
examples/rust/examples/validate_merkle_path_sha2_256.rs:13
Function
verify_aggregated_signature
examples/cpp/bls12_381_signature_verification_aggregated.cpp:10
Function
verify_eddsa_signature
examples/cpp/eddsa_signature_verification.cpp:11
Function
verify_eddsa_signature
examples/cpp/sha2_512.cpp:11
Function
verify_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
Function
verify_eddsa_signature
( input_r: EdwardsAffine, input_s: Fr, pk: EdwardsAffine, m: EdDSAMessageBlockType, )
examples/rust/examples/eddsa_signature_verification.rs:11
Function
verify_f100
(a: PallasBase, b: PallasBase, f100: PallasBase)
examples/rust/examples/fibonacci.rs:19
Function
verify_protocol_state_proof
examples/cpp/zkbridge.cpp:53
Function
verify_signature
examples/cpp/bls12_381_hash_to_curve.cpp:6
Function
verify_signature
examples/cpp/bls12_381_signature_verification.cpp:7
Function
xi_polys
examples/cpp/placeholder_verifier.cpp:271
← previous
201–282 of 282, ranked by callers