Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProvableHQ/python-sdk
/ functions
Functions
424 in github.com/ProvableHQ/python-sdk
⨍
Functions
424
◇
Types & classes
54
Method
from_json
(json: &str)
sdk/src/programs/transition.rs:73
Method
from_json
(json: &str)
sdk/src/programs/authorization.rs:31
Method
from_json
(json: &str)
sdk/src/programs/transaction.rs:40
Method
from_record_plaintext
(record_plaintext: RecordPlaintext)
sdk/src/programs/value.rs:47
Method
from_scalar
(scalar: Scalar)
sdk/src/programs/literal.rs:59
Method
from_signature
(signature: Signature)
sdk/src/programs/literal.rs:64
Method
from_source
(s: &str)
sdk/src/programs/program.rs:34
Method
from_string
(s: &str)
sdk/src/algebra/scalar.rs:38
Method
from_string
(s: &str)
sdk/src/algebra/group.rs:38
Method
from_string
(s: &str)
sdk/src/algebra/field.rs:39
Method
from_string
(s: &str)
sdk/src/programs/verifying_key.rs:33
Method
from_string
(s: &str)
sdk/src/programs/locator.rs:46
Method
from_string
(s: &str)
sdk/src/programs/identifier.rs:37
Method
from_string
(s: &str)
sdk/src/programs/proving_key.rs:33
Method
from_string
(s: &str)
sdk/src/programs/program_id.rs:37
Method
from_string
(s: &str)
sdk/src/account/signature.rs:48
Method
from_string
(s: &str)
sdk/src/account/view_key.rs:42
Method
from_string
(s: &str)
sdk/src/account/address.rs:37
Method
from_string
(private_key: &str)
sdk/src/account/private_key.rs:66
Method
from_string
(s: &str)
sdk/src/account/record.rs:35
Method
from_u128
(value: u128)
sdk/src/algebra/field.rs:59
Method
from_u128
(value: U128)
sdk/src/programs/literal.rs:119
Method
from_u16
(value: U16)
sdk/src/programs/literal.rs:104
Method
from_u32
(value: U32)
sdk/src/programs/literal.rs:109
Method
from_u8
(value: U8)
sdk/src/programs/literal.rs:99
Method
functions
Returns all function names present in the program
sdk/src/programs/program.rs:50
Method
generate_input
(self, features)
zkml/zkml/_model_transpiler.py:236
Method
get_input_value_string
(self)
zkml/zkml/_input_generator.py:103
Method
get_proving_key
Returns the proving key for the given program ID and function name.
sdk/src/programs/process.rs:50
Method
get_verifying_key
Returns the verifying key for the given program ID and function name.
sdk/src/programs/process.rs:72
Method
id
Returns the transition ID.
sdk/src/programs/transition.rs:32
Method
imports
Returns the imports of the program
sdk/src/programs/program.rs:59
Method
insert_proving_key
Inserts the given proving key, for the given program ID and function name.
sdk/src/programs/process.rs:61
Method
insert_verifying_key
Inserts the given verifying key, for the given program ID and function name.
sdk/src/programs/process.rs:83
Method
is_aleo
Returns `true` if the network-level domain is `aleo`.
sdk/src/programs/program_id.rs:52
Method
is_array
Returns true if self if Plaintext::Array
sdk/src/account/text.rs:134
Method
is_bond
Returns true if this is a bond transition.
sdk/src/programs/transition.rs:47
Method
is_fee
Returns true if the trace is for a fee transition.
sdk/src/programs/trace.rs:32
Method
is_fee_private
Returns true if the trace is for a private fee transition.
sdk/src/programs/trace.rs:37
Method
is_fee_private
Returns true if this is a fee_private transition.
sdk/src/programs/fee.rs:32
Method
is_fee_private
Returns true if this is a fee_private transition.
sdk/src/programs/transition.rs:57
Method
is_fee_public
Returns true if the trace is for a public fee transition.
sdk/src/programs/trace.rs:42
Method
is_fee_public
Returns true if this is a fee_public transition.
sdk/src/programs/fee.rs:37
Method
is_fee_public
Returns true if this is a fee_public transition.
sdk/src/programs/transition.rs:62
Method
is_owner
Determines whether the record belongs to the account.
sdk/src/account/mod.rs:106
Method
is_owner
Determines whether the record belongs to the account.
sdk/src/account/view_key.rs:47
Method
is_owner
Determines whether the record belongs to the view key associated with an account.
sdk/src/account/record.rs:45
Method
is_split
Returns true if this is a split transition.
sdk/src/programs/transition.rs:67
Method
is_unbond
Returns true if this is an unbond transition.
sdk/src/programs/transition.rs:52
Method
load
()
sdk/src/programs/process.rs:35
Function
monkey_patch_documentation
(app, what, name, obj, skip, options)
sdk/docs/source/conf.py:53
Method
name
()
sdk/src/network/mod.rs:32
Method
name
Returns the program name.
sdk/src/programs/locator.rs:56
Method
name
Returns the program name.
sdk/src/programs/program_id.rs:42
Method
network
Returns the network-level domain (NLD).
sdk/src/programs/locator.rs:61
Method
network
Returns the network-level domain (NLD).
sdk/src/programs/program_id.rs:47
Method
new
(value: f64)
sdk/src/credits/mod.rs:27
Method
new
(value: bool)
sdk/src/algebra/boolean.rs:34
Method
new
(program_id: ProgramID, resource: Identifier)
sdk/src/programs/locator.rs:40
Method
new
()
sdk/src/account/mod.rs:59
Method
new
()
sdk/src/account/private_key.rs:42
Method
new_array
(values: Vec<Plaintext>)
sdk/src/account/text.rs:106
Method
nonce
Returns the nonce of the program record.
sdk/src/account/record.rs:88
Method
outputs
Returns the function outputs.
sdk/src/programs/response.rs:28
Method
owner
Returns the owner of the record as a string
sdk/src/account/record.rs:83
Method
parse
(s: &str)
sdk/src/programs/value.rs:35
Method
parse
(s: &str)
sdk/src/programs/literal.rs:39
Method
parse_version
(version)
zkml/zkml/leo_transpiler.py:409
Method
payer
Returns the payer, if the fee is public.
sdk/src/programs/fee.rs:42
Method
pk_sig
Returns the signature public key.
sdk/src/account/compute_key.rs:35
Method
pr_sig
Returns the signature public randomizer.
sdk/src/account/compute_key.rs:40
Method
program_id
Returns the program ID.
sdk/src/programs/transition.rs:37
Function
prune_neural_network
( network_to_prune, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml-research/MNIST_preprocessing/helper.py:5
Function
prune_neural_network
( network_to_prune, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml/tests/helper.py:26
Function
prune_pytorch_network
( model, weight_threshold=1e-1, bias_threshold=1e-1 )
zkml-research/MNIST_preprocessing/helper.py:69
Method
r_sig
Returns the signature randomizer.
sdk/src/account/private_key.rs:86
Method
read_idx1_ubyte_label_file
Read IDX1-ubyte formatted label data.
zkml/tests/test_leo_transpiler.py:498
Method
read_idx3_ubyte_image_file
Read IDX3-ubyte formatted image data.
zkml/tests/test_leo_transpiler.py:477
Function
register_module
(_py: Python, m: &PyModule)
sdk/src/lib.rs:39
Method
resource
Returns the resource name.
sdk/src/programs/locator.rs:66
Method
response
Returns the prover response.
sdk/src/account/signature.rs:53
Method
serial_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
Method
serialize
Serializes the solutions to a JSON-string or buffer.
sdk/src/coinbase/epoch_challenge.rs:31
Function
setup
(sphinx)
sdk/docs/source/conf.py:85
Method
sign
Returns a signature for the given message (as bytes)
sdk/src/account/mod.rs:91
Method
sign
Returns a signature for the given message (as bytes) using the private key.
sdk/src/account/private_key.rs:76
Method
sk_prf
Returns a reference to the PRF secret key.
sdk/src/account/compute_key.rs:45
Method
sk_sig
Returns the signature secret key.
sdk/src/account/private_key.rs:81
Method
source
Returns the source code of the program
sdk/src/programs/program.rs:68
Method
test_account_sanity
(self)
sdk/python/test.py:52
Method
test_coinbase
(self)
sdk/python/test.py:82
Method
test_decrypt_success
(self)
sdk/python/test.py:26
Method
test_encrypt_decrypt_sk
(self)
sdk/python/test.py:68
Method
test_hierarchies_1000_inputs
(self)
zkml/tests/test_input_generator.py:46
Method
test_hierarchies_100_inputs
(self)
zkml/tests/test_input_generator.py:19
Method
test_hierarchies_10_inputs
(self)
zkml/tests/test_input_generator.py:10
Method
test_hierarchies_512_inputs
(self)
zkml/tests/test_input_generator.py:28
Method
test_hierarchies_513_inputs
(self)
zkml/tests/test_input_generator.py:37
Method
test_init
(self)
zkml/tests/test_leo_transpiler.py:21
Method
test_mlp_mnist_benchmark
(self)
zkml/tests/test_leo_transpiler.py:1045
← previous
next →
301–400 of 424, ranked by callers