This file contains a log of the main changes made to the framework.
This update is mainly aimed at triggering the archiving by Zenodo.
- Reduced some log output
- CKKS-based sessions.
- Protocol retries.
- Generic coordination interface.
- The
helium
package now provides the main entrypoint to the library, it now implementents the gRPC transport layer and node coordination, on top of thenode
package. - The
sessions.Parameters
type now has an interface type fieldFHEParameters
for specifiying the FHE scheme parameters. Currently,ckks.ParametersLiteral
andbgv.ParametersLiteral
are supported. - The
circuits.Runtime
interface now provide a singleEvalLocal
method for specifying local operations.
- Many deadlocks and concurrency issues.
- First public
v0
release