|
|
|
|
|
by treyd
856 days ago
|
|
Nah the best you could do for a long while was just to have n^2 bilateral encryption sessions that behave like a group channel. Only fairly recently was a workable construction for doing many-party encryption sessions actually developed, called TreeKEM, and is now standardized in the IETF MLS standard. This is literally bleeding edge cryptography. It's an extremely flexible design and has relatively few constraints in how it can be used in a larger system, but it's just extremely new. The ART construction exited a few years ealier than TreeKEM but that's a weaker design with more restrictions so it wasn't adopted very widely afaik. |
|