MCPcopy Create free account

hub / github.com/ProvableHQ/python-sdk / functions

Functions424 in github.com/ProvableHQ/python-sdk

Methodfrom_json
(json: &str)
sdk/src/programs/transition.rs:73
Methodfrom_json
(json: &str)
sdk/src/programs/authorization.rs:31
Methodfrom_json
(json: &str)
sdk/src/programs/transaction.rs:40
Methodfrom_record_plaintext
(record_plaintext: RecordPlaintext)
sdk/src/programs/value.rs:47
Methodfrom_scalar
(scalar: Scalar)
sdk/src/programs/literal.rs:59
Methodfrom_signature
(signature: Signature)
sdk/src/programs/literal.rs:64
Methodfrom_source
(s: &str)
sdk/src/programs/program.rs:34
Methodfrom_string
(s: &str)
sdk/src/algebra/scalar.rs:38
Methodfrom_string
(s: &str)
sdk/src/algebra/group.rs:38
Methodfrom_string
(s: &str)
sdk/src/algebra/field.rs:39
Methodfrom_string
(s: &str)
sdk/src/programs/verifying_key.rs:33
Methodfrom_string
(s: &str)
sdk/src/programs/locator.rs:46
Methodfrom_string
(s: &str)
sdk/src/programs/identifier.rs:37
Methodfrom_string
(s: &str)
sdk/src/programs/proving_key.rs:33
Methodfrom_string
(s: &str)
sdk/src/programs/program_id.rs:37
Methodfrom_string
(s: &str)
sdk/src/account/signature.rs:48
Methodfrom_string
(s: &str)
sdk/src/account/view_key.rs:42
Methodfrom_string
(s: &str)
sdk/src/account/address.rs:37
Methodfrom_string
(private_key: &str)
sdk/src/account/private_key.rs:66
Methodfrom_string
(s: &str)
sdk/src/account/record.rs:35
Methodfrom_u128
(value: u128)
sdk/src/algebra/field.rs:59
Methodfrom_u128
(value: U128)
sdk/src/programs/literal.rs:119
Methodfrom_u16
(value: U16)
sdk/src/programs/literal.rs:104
Methodfrom_u32
(value: U32)
sdk/src/programs/literal.rs:109
Methodfrom_u8
(value: U8)
sdk/src/programs/literal.rs:99
Methodfunctions
Returns all function names present in the program
sdk/src/programs/program.rs:50
Methodgenerate_input
(self, features)
zkml/zkml/_model_transpiler.py:236
Methodget_input_value_string
(self)
zkml/zkml/_input_generator.py:103
Methodget_proving_key
Returns the proving key for the given program ID and function name.
sdk/src/programs/process.rs:50
Methodget_verifying_key
Returns the verifying key for the given program ID and function name.
sdk/src/programs/process.rs:72
Methodid
Returns the transition ID.
sdk/src/programs/transition.rs:32
Methodimports
Returns the imports of the program
sdk/src/programs/program.rs:59
Methodinsert_proving_key
Inserts the given proving key, for the given program ID and function name.
sdk/src/programs/process.rs:61
Methodinsert_verifying_key
Inserts the given verifying key, for the given program ID and function name.
sdk/src/programs/process.rs:83
Methodis_aleo
Returns `true` if the network-level domain is `aleo`.
sdk/src/programs/program_id.rs:52
Methodis_array
Returns true if self if Plaintext::Array
sdk/src/account/text.rs:134
Methodis_bond
Returns true if this is a bond transition.
sdk/src/programs/transition.rs:47
Methodis_fee
Returns true if the trace is for a fee transition.
sdk/src/programs/trace.rs:32
Methodis_fee_private
Returns true if the trace is for a private fee transition.
sdk/src/programs/trace.rs:37
Methodis_fee_private
Returns true if this is a fee_private transition.
sdk/src/programs/fee.rs:32
Methodis_fee_private
Returns true if this is a fee_private transition.
sdk/src/programs/transition.rs:57
Methodis_fee_public
Returns true if the trace is for a public fee transition.
sdk/src/programs/trace.rs:42
Methodis_fee_public
Returns true if this is a fee_public transition.
sdk/src/programs/fee.rs:37
Methodis_fee_public
Returns true if this is a fee_public transition.
sdk/src/programs/transition.rs:62
Methodis_owner
Determines whether the record belongs to the account.
sdk/src/account/mod.rs:106
Methodis_owner
Determines whether the record belongs to the account.
sdk/src/account/view_key.rs:47
Methodis_owner
Determines whether the record belongs to the view key associated with an account.
sdk/src/account/record.rs:45
Methodis_split
Returns true if this is a split transition.
sdk/src/programs/transition.rs:67
Methodis_unbond
Returns true if this is an unbond transition.
sdk/src/programs/transition.rs:52
Methodload
()
sdk/src/programs/process.rs:35
Functionmonkey_patch_documentation
(app, what, name, obj, skip, options)
sdk/docs/source/conf.py:53
Methodname
()
sdk/src/network/mod.rs:32
Methodname
Returns the program name.
sdk/src/programs/locator.rs:56
Methodname
Returns the program name.
sdk/src/programs/program_id.rs:42
Methodnetwork
Returns the network-level domain (NLD).
sdk/src/programs/locator.rs:61
Methodnetwork
Returns the network-level domain (NLD).
sdk/src/programs/program_id.rs:47
Methodnew
(value: f64)
sdk/src/credits/mod.rs:27
Methodnew
(value: bool)
sdk/src/algebra/boolean.rs:34
Methodnew
(program_id: ProgramID, resource: Identifier)
sdk/src/programs/locator.rs:40
Methodnew
()
sdk/src/account/mod.rs:59
Methodnew
()
sdk/src/account/private_key.rs:42
Methodnew_array
(values: Vec<Plaintext>)
sdk/src/account/text.rs:106
Methodnonce
Returns the nonce of the program record.
sdk/src/account/record.rs:88
Methodoutputs
Returns the function outputs.
sdk/src/programs/response.rs:28
Methodowner
Returns the owner of the record as a string
sdk/src/account/record.rs:83
Methodparse
(s: &str)
sdk/src/programs/value.rs:35
Methodparse
(s: &str)
sdk/src/programs/literal.rs:39
Methodparse_version
(version)
zkml/zkml/leo_transpiler.py:409
Methodpayer
Returns the payer, if the fee is public.
sdk/src/programs/fee.rs:42
Methodpk_sig
Returns the signature public key.
sdk/src/account/compute_key.rs:35
Methodpr_sig
Returns the signature public randomizer.
sdk/src/account/compute_key.rs:40
Methodprogram_id
Returns the program ID.
sdk/src/programs/transition.rs:37
Functionprune_neural_network
( network_to_prune, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml-research/MNIST_preprocessing/helper.py:5
Functionprune_neural_network
( network_to_prune, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml/tests/helper.py:26
Functionprune_pytorch_network
( model, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml-research/MNIST_preprocessing/helper.py:69
Methodr_sig
Returns the signature randomizer.
sdk/src/account/private_key.rs:86
Methodread_idx1_ubyte_label_file
Read IDX1-ubyte formatted label data.
zkml/tests/test_leo_transpiler.py:498
Methodread_idx3_ubyte_image_file
Read IDX3-ubyte formatted image data.
zkml/tests/test_leo_transpiler.py:477
Functionregister_module
(_py: Python, m: &PyModule)
sdk/src/lib.rs:39
Methodresource
Returns the resource name.
sdk/src/programs/locator.rs:66
Methodresponse
Returns the prover response.
sdk/src/account/signature.rs:53
Methodserial_number
Attempt to get the serial number of a record to determine whether or not is has been spent
sdk/src/account/record.rs:93
Methodserialize
Serializes the solutions to a JSON-string or buffer.
sdk/src/coinbase/epoch_challenge.rs:31
Functionsetup
(sphinx)
sdk/docs/source/conf.py:85
Methodsign
Returns a signature for the given message (as bytes)
sdk/src/account/mod.rs:91
Methodsign
Returns a signature for the given message (as bytes) using the private key.
sdk/src/account/private_key.rs:76
Methodsk_prf
Returns a reference to the PRF secret key.
sdk/src/account/compute_key.rs:45
Methodsk_sig
Returns the signature secret key.
sdk/src/account/private_key.rs:81
Methodsource
Returns the source code of the program
sdk/src/programs/program.rs:68
Methodtest_account_sanity
(self)
sdk/python/test.py:52
Methodtest_coinbase
(self)
sdk/python/test.py:82
Methodtest_decrypt_success
(self)
sdk/python/test.py:26
Methodtest_encrypt_decrypt_sk
(self)
sdk/python/test.py:68
Methodtest_hierarchies_1000_inputs
(self)
zkml/tests/test_input_generator.py:46
Methodtest_hierarchies_100_inputs
(self)
zkml/tests/test_input_generator.py:19
Methodtest_hierarchies_10_inputs
(self)
zkml/tests/test_input_generator.py:10
Methodtest_hierarchies_512_inputs
(self)
zkml/tests/test_input_generator.py:28
Methodtest_hierarchies_513_inputs
(self)
zkml/tests/test_input_generator.py:37
Methodtest_init
(self)
zkml/tests/test_leo_transpiler.py:21
Methodtest_mlp_mnist_benchmark
(self)
zkml/tests/test_leo_transpiler.py:1045
← previousnext →301–400 of 424, ranked by callers