| Crates.io | homomorphic_actors |
| lib.rs | homomorphic_actors |
| version | 0.0.1 |
| created_at | 2025-07-07 20:22:13.61194+00 |
| updated_at | 2025-07-07 20:22:13.61194+00 |
| description | Homomorphic Actors is a look at homomorphic encryption as run inside an actor model system. |
| homepage | |
| repository | https://github.com/professor-greebie/homomorphic_actors |
| max_upload_size | |
| id | 1741721 |
| size | 41,925 |
This repository experiments with the possibility of running homomorphic encryption schemes inside an actor-model system.
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.