Paper 2026/1975

Oblivious Signaling

Mirza Kamrul Bashar Shuhan, George Mason University
Foteini Baldimtsi, George Mason University, Mysten Labs
Giuseppe Ateniese, George Mason University
Abstract

An anonymous messaging service has to solve a basic routing problem: a server must deliver an encrypted message to its recipient without learning who the recipient is. Broadcasting all ciphertexts hides the destination but forces every recipient to constantly scan for new messages. Oblivious Message Retrieval (OMR; CRYPTO~'22) tackles this by using fully homomorphic encryption (FHE) to let an untrusted server perform message retrieval on a recipient's behalf without learning which messages are pertinent. We introduce Oblivious Signaling, which shifts this cost from retrieval to sending. The server maintains a fixed-size encrypted inbox for each recipient. When a sender submits a message, the server applies the same homomorphic update to every inbox: the intended inbox absorbs the message, and the rest remain unchanged at the plaintext level. The update is uniform, can be parallelized across inboxes, and ties the delivery cost strictly to the size of the anonymity set rather than global traffic. Recipients retrieve by fetching and decrypting their inbox, so checking for new messages is independent of the global traffic. We formalize receiver privacy against an untrusted server, even when it colludes with other users, give a concrete construction based on fully homomorphic encryption, and analyze the resulting "digital postage'' trade-off: delivery is expensive, but checking is cheap. Our prototype identifies practical regimes in which this cost-model shift is preferable to scan-based retrieval, even with highly optimized OMR implementations. This cost model is well-suited to settings where recipients check frequently, and messages arrive sporadically, and it naturally discourages high-volume spam.

Note: Full version of the paper published at USENIX Security 2026. Compared with the conference version, this version includes expanded related work, additional implementation remarks, and a transciphering variant of Oblivious Signaling.

Metadata
Available format(s)
PDF
Category
Cryptographic protocols
Publication info
Published elsewhere. Minor revision. USENIX Security '26
Keywords
oblivious signalingreceiver privacyfully homomorphic encryptionoblivious message retrievalanonymous messaging
Contact author(s)
mshuhan @ gmu edu
foteini @ gmu edu
ateniese @ gmu edu
History
2026-09-13: approved
2026-09-11: received
See all versions
Short URL
https://ia.cr/2026/1975
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2026/1975,
      author = {Mirza Kamrul Bashar Shuhan and Foteini Baldimtsi and Giuseppe Ateniese},
      title = {Oblivious Signaling},
      howpublished = {Cryptology {ePrint} Archive, Paper 2026/1975},
      year = {2026},
      url = {https://eprint.iacr.org/2026/1975}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.