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

Method output_value

ciphercore-base/src/random.rs:157–159  ·  view source on GitHub ↗
(&mut self, input: u64, t: Type)

Source from the content-addressed store, hash-verified

155 }
156
157 pub(super) fn output_value(&mut self, input: u64, t: Type) -> Result<Value> {
158 PrfSession::new(input, INITIAL_BUFFER_SIZE)?.recursively_generate_value(&mut self.aes, t)
159 }
160
161 pub(super) fn output_permutation(&mut self, input: u64, n: u64) -> Result<Value> {
162 if n > 2u64.pow(30) {

Callers 2

test_prf_output_valueFunction · 0.80
evaluate_nodeMethod · 0.80

Calls 1

Tested by 1

test_prf_output_valueFunction · 0.64