TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

On black holes, holography, fully homomorphic encryption, etc.

11 点作者 c1ccccc1将近 3 年前

1 comment

avmich将近 3 年前
In math we start with representations of what (mathematical problem) we have, operations on that representations and (mechanically) get the representations of what we find as result, which we then understand in order to apply to the problem. Actually, since (full) input is equal to output (we may be interested in only a part of output, but that&#x27;s not important), the whole transformation is a change of representation.<p>Fully homomorphic encryption certainly looks like it, all basic arithmetic operations are still present, only the representation of them is encryption key-dependent. The mechanical transformation from one representation to another could be expensive, in terms of (chosen? can we choose e.g. an atomic operation which sums an arbitrary-length list, considering it O(1)?) operations. Does it look like our interest in transforming representations depends on chosen operations basis? Isn&#x27;t what we&#x27;re doing (when saying something is e.g. polynomially hard) proving dependencies between possible operations bases with non-self conflicting definitions?