homomorphic_actors 0.0.1

Homomorphic Actors is a look at homomorphic encryption as run inside an actor model system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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](https://crates.io/crates/sids) library.

```bash
cargo run --example create_and_replace_keys
```

There will be more to come in future.