Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ciphermodelabs/ciphercore
/ nop
Method
nop
ciphercore-base/src/graphs.rs:1028–1030 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1026
1027
#[doc(hidden)]
1028
pub fn nop(&self) -> Result<Node> {
1029
self.get_graph().nop(self.clone())
1030
}
1031
1032
#[doc(hidden)]
1033
pub fn prf(&self, iv: u64, output_type: Type) -> Result<Node> {
Callers
15
test_nop_worker
Function · 0.45
test_wellformed_cases
Function · 0.45
generate_pair_of_equal_contexts
Function · 0.45
reshare
Function · 0.45
instantiate
Method · 0.45
test_oblivious_transfer
Function · 0.45
test_generate_equivalence_class
Function · 0.45
test_check_equivalence_class
Function · 0.45
reveal_array_from_3_out_of_3
Function · 0.45
instantiate
Method · 0.45
test_permutation
Function · 0.45
test_duplication
Function · 0.45
Calls
3
clone
Method · 0.80
add_node
Method · 0.80
get_graph
Method · 0.45
Tested by
7
test_nop_worker
Function · 0.36
test_wellformed_cases
Function · 0.36
test_oblivious_transfer
Function · 0.36
test_generate_equivalence_class
Function · 0.36
test_check_equivalence_class
Function · 0.36
test_permutation
Function · 0.36
test_duplication
Function · 0.36