MCPcopy Create free account
hub / github.com/docknetwork/crypto / get

Method get

proof_system/src/derived_params.rs:108–111  ·  view source on GitHub ↗
(&self, s_idx: usize)

Source from the content-addressed store, hash-verified

106
107impl<DP> StatementDerivedParams<DP> {
108 pub fn get(&self, s_idx: usize) -> Option<&DP> {
109 self.derived_params
110 .get(self.derived_params_for_statement.get(&s_idx)?)
111 }
112}
113
114/// To derive commitment key from `LegoVerifyingKey`

Callers 15

_verifyMethod · 0.80
get_resp_for_messageMethod · 0.80
newMethod · 0.80
statement_proofMethod · 0.80
checkFunction · 0.80
hasMethod · 0.80
do_phase1Function · 0.80
new_with_left_offsetMethod · 0.80
new_with_right_offsetMethod · 0.80

Calls

no outgoing calls