Releases: ChristianMct/helium
Releases · ChristianMct/helium
v0.2.1
v0.2.0
Added
- CKKS-based sessions.
- Protocol retries.
- Generic coordination interface.
Changed
- 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.
Fixed
- Many deadlocks and concurrency issues.
v0.1.0
First public release.