homomorphic_actors

Crates.iohomomorphic_actors
lib.rshomomorphic_actors
version0.0.1
created_at2025-07-07 20:22:13.61194+00
updated_at2025-07-07 20:22:13.61194+00
descriptionHomomorphic Actors is a look at homomorphic encryption as run inside an actor model system.
homepage
repositoryhttps://github.com/professor-greebie/homomorphic_actors
max_upload_size
id1741721
size41,925
(Bruno) Ryan Deschamps (professor-greebie)

documentation

README

Homomorphic Actors

Using homomorphic encryption inside an actor system

This repository experiments with the possibility of running homomorphic encryption schemes inside an actor-model system.

Getting Started

So far, the ability is limited. You can run the example which creates homomorphic keys inside the system using the sids actor model library.

cargo run --example create_and_replace_keys

There will be more to come in future.

Commit count: 0

cargo fmt