MCPcopy Create free account
hub / github.com/Sunscreen-tech/Sunscreen / FheProgramInputTrait

Interface FheProgramInputTrait

sunscreen_runtime/src/lib.rs:184–184  ·  view source on GitHub ↗

* A trait that denotes this type can be used as an * argument to an FHE program. */

Source from the content-addressed store, hash-verified

182 * argument to an FHE program.
183 */
184pub trait FheProgramInputTrait: TryIntoPlaintext + TypeNameInstance {}
185
186/**
187 * An input argument to an Fhe Program. See [`crate::Runtime::run`].

Callers

nothing calls this directly

Implementers 6

fractional.rssunscreen/src/types/bfv/fractional.rs
signed.rssunscreen/src/types/bfv/signed.rs
batched.rssunscreen/src/types/bfv/batched.rs
rational.rssunscreen/src/types/bfv/rational.rs
unsigned.rssunscreen/src/types/bfv/unsigned.rs
array.rssunscreen_runtime/src/array.rs

Calls

no outgoing calls

Tested by

no test coverage detected