kike
3
Not sure what exactly you have in mind, but the use of mixnets reminded me of the following idea to mitigate the impact of leaking FMD detection keys.
Above, we may replace the entire pool of states with periodic batches, flag ciphertexts with actual user identities, and run the mixnet twice:
- In the output of the first run, user identities are revealed but states are encrypted under the mixnet joint public key.
- In the output of the second run, states for a given user are encrypted under the public key of the user.
The above may not meet the stated efficiency requirements, though. Also one may be reluctant to rely on mixnets for anonymity. (Just wanted to share.)
1 Like