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.

Show HN: Fully Homomorphic Encryption from Scratch

3 pointsby lowdanieabout 1 year ago

1 comment

j2kunabout 1 year ago
Nice article! One minor nitpick: rounding the noisy plaintext is part of decryption (in fact, the hardest part!) and you treat it as part of decoding a plaintext.<p>If rounding were not part of decryption, then one could implement bootstrapping without all that blind rotate magic, because the first step in bootstrap is to homomorphically apply b - &lt;a,s&gt;, and that is purely a linear operation. Sec 5.2 of <a href="https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2021&#x2F;1402" rel="nofollow">https:&#x2F;&#x2F;eprint.iacr.org&#x2F;2021&#x2F;1402</a> explains this in a bit more detail.
评论 #40193141 未加载