mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-22 11:18:09 -05:00
1.5 KiB
1.5 KiB
module concrete.fhe.compilation.value
Declaration of Value class.
class Value
A public value object that can be sent between client and server.
method __init__
__init__(inner: TransportValue)
method deserialize
deserialize(buffer: bytes) → Value
Deserialize a Value from bytes.
method serialize
serialize() → bytes
Serialize a Value to bytes.