TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Cheat with Math – The Russian Cards Problem

18 pointsby winux-arch9 months ago

2 comments

rawling9 months ago
Does "the sum of my cards modulo 7 is [x]" work? It should let Bob know what the missing card is but I can't tell if it conveys sufficiently little information to Eve for it to count.
评论 #41286494 未加载
评论 #41286315 未加载
ninja39259 months ago
The advised reader could devise a solution using public &#x2F; private key where: - Alice communicates her public key - Bob communicates his - Alice encoders her cards with Bob’s public key - Bob does the same<p>Problem solved!