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

Method is_prf_operation

ciphercore-base/src/graphs.rs:192–197  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

190
191impl Operation {
192 pub fn is_prf_operation(&self) -> bool {
193 matches!(
194 self,
195 Operation::PRF(_, _) | Operation::PermutationFromPRF(_, _)
196 )
197 }
198
199 pub fn is_broadcasting_called(&self) -> bool {
200 matches!(

Callers 2

uniquify_prf_idFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected