Files
concrete/docs/dev/api/concrete.fhe.compilation.value.md
2024-12-24 14:08:08 +01:00

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.