sos 0.6.1

Distributed, encrypted database for private secrets.
Documentation
# Test

Generate a test keypair.

```
cargo make gen-test-key
```

Run the unit tests.

```
cargo make unit
```

Run the integration tests.

```
cargo make integration
```