|
|
|
|
|
by nullc
2238 days ago
|
|
> but the problem seems to be reduced to a problem of safely distributing keys, That's just a standard problem for asymmetric cryptography. Each person at the table announces a public key. Each party can now derive a shared secret with each other party using diffie-hellman. The shared secret can be used to produce a pseudorandom stream using a CSPRNG or stream cipher. |
|