MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / simple_evaluator.rs

File simple_evaluator.rs

ciphercore-base/src/evaluators/simple_evaluator.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::broadcast::{index_to_number, number_to_index};
2use crate::bytes::{
3 add_u128, add_vectors_u128, dot_vectors_u128, multiply_u128, multiply_vectors_u128,
4 subtract_vectors_u128, vec_to_bytes, vec_u128_from_bytes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected