MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / adder.rs

File adder.rs

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

Source from the content-addressed store, hash-verified

1//! Binary adder that adds two bitstrings.
2use crate::custom_ops::{CustomOperation, CustomOperationBody};
3use crate::data_types::{array_type, Type, BIT};
4use crate::errors::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected