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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Galois Field in Cryptography (2012) [pdf]

84 点作者 jpelecanos超过 7 年前

5 条评论

MrBingley超过 7 年前
I&#x27;m taking a class in coding theory right now, and I&#x27;ve been surprised by how naturally it can be described using abstract algebra. There are also many deep relationships to important results in group theory. For example, the automorphism group of the binary Golay code (which was used during the Voyager missions to transmit pictures back to earth) is the Mathieu group M24, one of the sporadic groups from the classification of finite simple groups!<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Binary_Golay_code" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Binary_Golay_code</a>
mozumder超过 7 年前
Best part is Evariste Galois did all his field theory before he died at 20.. puts all other teenage mathematicians to shame.
评论 #16352997 未加载
userbinator超过 7 年前
Good that this is more on the practical side, i.e. talking about bits and bytes instead of just abstract numerical theory. It really helps when learning this stuff --- a while ago I was reading about Reed-Solomon (which also uses GF) and I could find plenty of theoretical material, but there was a noticeable shortage of practical implementation-oriented detail.
评论 #16351711 未加载
评论 #16351452 未加载
评论 #16351294 未加载
pyvpx超过 7 年前
it&#x27;s a shame Galois Fields are basically completely&#x2F;thoroughly patented for communications network use.
评论 #16352393 未加载
techwizrd超过 7 年前
I&#x27;m taking a class in abstract algebra as part of my graduate degree in math and I&#x27;m constantly finding parallels in the way we code and represent programs and data structures. Seeing the abstract theory in practical use like this is always fascinating.