We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the encryption method is weak, the player can recognize x when he used to have that card.
The text was updated successfully, but these errors were encountered:
The encryption key of a card should be changed after every time the ownership of its has been transferred.
Sorry, something went wrong.
Another method is changing the encryption key each round, and use SPN instead of XOR.
I don't think it is necessary to re-encrypt everything in each round, since the ownerships of most cards are not change.
And this may cause a problem because the client need a consistent "id" to track the transition state.
howard9199
No branches or pull requests
the encryption method is weak, the player can recognize x when he used to have that card.
The text was updated successfully, but these errors were encountered: