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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SeaHash: Explained

143 点作者 bretthoerner超过 8 年前

9 条评论

gbrown_超过 8 年前
Discussion that came up the other week for those that missed it.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13057797" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13057797</a>
thomasahle超过 8 年前
&gt; `f : {0,1}^n → {0,1}^n` is a perfect PRF if and only if given a distribution `d : {0,1}^n → [0,1]`, `f` maps inputs following the distribution `d` to the uniform distribution.<p>Is this even possible? If the distribution `d` always returns 0, how can a function make it uniform?<p>It would be nice, if the article would go into more details on how SeaHash obtains this property, and how it related to collision avoidance.
评论 #13139195 未加载
评论 #13139296 未加载
johnnycarcin超过 8 年前
ticki and the rest of the crew working on Redox (jackpot51) are really doing some neat stuff. a lot of it is over my head but it is cool to see something being built from the ground up using some new techniques and ideas.
libeclipse超过 8 年前
Could someone explain what the point is? Is there a use-case for this for &quot;general hashing&quot; and such, where sha256 is _genuinely_ insufficient?
评论 #13139605 未加载
评论 #13139574 未加载
评论 #13141704 未加载
评论 #13139480 未加载
评论 #13140022 未加载
wyldfire超过 8 年前
&gt; SeaHash has mathematically provable statistical guarantees<p>I&#x27;m all for proofs but would love to see an empirical head-to-head against metroHash. Is it as good or better output distribution?
评论 #13139601 未加载
评论 #13138854 未加载
0x6c6f6c超过 8 年前
&gt; there is a major difference between cryptographic and non-cryptographic hash functions. SeaHash is not cryptographic<p>Is this in reference to most used hash functions not leaving any way to trace the contents of what was hashed, or not being able to reliably reconstruct contents to generate a certain hash? Or something else entirely?
评论 #13140972 未加载
评论 #13142221 未加载
notheguyouthink超过 8 年前
I&#x27;ve been using blake2(b) for file hashing in some content addressable db stuff. What might be a scenario where i would choose Seahash over Blake2?<p>My main concern was speed and assurance that i would not see collisions. Beyond that, i am clearly naive on the subject.
评论 #13139015 未加载
评论 #13139613 未加载
评论 #13140019 未加载
评论 #13138912 未加载
eutectic超过 8 年前
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13057797" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13057797</a>
_RPM超过 8 年前
How does this compare to murmurhash3?
评论 #13141284 未加载