mpc-manager

Crates.iompc-manager
lib.rsmpc-manager
version0.1.1
sourcesrc
created_at2023-04-24 19:21:56.514985
updated_at2023-04-24 19:34:54.833275
descriptionA WebSocket Manager that facilitates secure communication between parties for multi party computation applications.
homepagehttps://github.com/CoinFabrik
repositoryhttps://github.com/CoinFabrik/mpc-manager
max_upload_size
id847780
size149,342
Agustin Aon (aon)

documentation

https://docs.rs/mpc-manager

README

MPC Manager

The MPC Manager library provides a WebSocket-based Manager that facilitates secure communication between parties. The Manager ensures secure communication channels by providing end-to-end encryption and authentication between the participants. It is designed to coordinate communication between different parties involved in a computation, providing a simple API and an executable for easy and fast setup.

More in-depth documentation can be found on https://docs.rs/mpc-manager.

Features

  • Secure communication channels via end-to-end encryption and authentication.
  • WebSocket-based communication for real-time messaging.
  • Coordination of communication between different parties involved in a computation.
  • Simple API for custom use cases.
  • Executable for easy and fast setup.

Contributing

If you'd like to contribute to the MPC Manager library, please open an issue or submit a pull request. We welcome any contributions, including bug fixes, feature requests, and documentation improvements.

Acknowledgements

License

This project is licensed under the GPL v3 License. Please see the LICENSE file for more information.

Commit count: 22

cargo fmt