MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / prf

Method prf

ciphercore-base/src/graphs.rs:1033–1035  ·  view source on GitHub ↗
(&self, iv: u64, output_type: Type)

Source from the content-addressed store, hash-verified

1031
1032 #[doc(hidden)]
1033 pub fn prf(&self, iv: u64, output_type: Type) -> Result<Node> {
1034 self.get_graph().prf(self.clone(), iv, output_type)
1035 }
1036
1037 #[doc(hidden)]
1038 pub fn permutation_from_prf(&self, iv: u64, n: u64) -> Result<Node> {

Callers 15

test_prf_workerFunction · 0.45
test_prf_worker_failFunction · 0.45
test_wellformed_casesFunction · 0.45
instantiateMethod · 0.45
random_pad_columnsFunction · 0.45
instantiateMethod · 0.45
test_permutationFunction · 0.45
test_duplicationFunction · 0.45
instantiateMethod · 0.45

Calls 3

cloneMethod · 0.80
add_nodeMethod · 0.80
get_graphMethod · 0.45

Tested by 8

test_prf_workerFunction · 0.36
test_prf_worker_failFunction · 0.36
test_wellformed_casesFunction · 0.36
test_permutationFunction · 0.36
test_duplicationFunction · 0.36
test_prfFunction · 0.36