encryptogroup / SEEC

SEEC: Memory-Safety Meets Efficiency in Secure Two-Party Computation
MIT License
6 stars 0 forks source link

TLS Multi-Channel #26

Open robinhundt opened 4 months ago

robinhundt commented 4 months ago

In #25 we added support for Multi-Party communication channels. However, we're missing convenience methods to create such a multi-party channel from TLS connections.

25 already refactored some of the TLS code, which should make it easier to provide convenience functions for creating multi-party TLS channels.

robinhundt commented 4 months ago

This is superseded by #28 which uses TLS by default, however the WIP currently lacks multi-channel support.