Viewing profile — somezero
somezero
HN member- Joined
- Fri, Oct 13, 2017, 10:50 PM UTC
- HN karma
- 140
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About somezero
Recent public activity
-
comment
Comment #48792591
The entire argument is based on the definition of an “Incoherent cryptosystem”, which is too restrictive to be useful for cases that you want eg. Tor is also developed and distribu…
- story
-
comment
Comment #45575038
https://en.wikipedia.org/wiki/Prime_omega_function https://en.wikipedia.org/wiki/Liouville_function
-
comment
Comment #45344137
This is not just a funny joke, but also timely given the recent sanctions. https://en.wikipedia.org/wiki/International_sanctions_agains...
- story
-
comment
Comment #44311465
FHE is simply the wrong tool here. FHE is for a central server operating on data held/known by another. They want MPC -multiple parties jointly computing on distributed data- and t…
-
comment
Comment #43970942
Gauss 2.0; He’s very prolific, very famous in the math community. In this context, he is noteworthy because he’s taking automated theorem proving seriously which destigmatizes it f…
-
comment
Comment #43509387
Not sure simplicity of spec translates into simplicity of user code. This change is backward compatible and will allow things that previously were disallowed.
-
comment
Comment #41688276
People [sadly] put a lot of "exotic" cryptography/distributed systems under the term "blockchain" eg. If you want to do byzantine agreement with sub quadratic message complexity, w…
-
comment
Comment #41485965
It’s all just bytes and hashes and alike at the bottom. Absolutely nothing magical. It is the abstractions over them that makes them esoteric, not the fundamental building blocks. …
-
comment
Comment #41485131
> zk signature schemes exist and are implied by the existence of one way functions and publicly verifiable nizk. Almost. The result is from CRYPTO89 paper of Bellare and Goldwasser…
-
comment
Comment #41423196
A signature is a PoK, but not ZK.
-
comment
Comment #37746979
Sybil attacks [1] came out about a decade before the Red Balloons paper [2] or the DARPA Challenge itself [3]. It is proven in [1] that CA is necessary for a Sybil-proof system, wh…
-
comment
Comment #36608740
EdDSA signatures are not Schnorr signatures. A Schnorr signature is dlog proof made non interactive with fiat Shamir binded with the message, and that is equivalent/verifiable as a…
-
comment
Comment #34516836
I was a long time keepass user but moved to Bitwarden. My problem with keepass is the low quality and often poorly supported closed source clients that you get on mobile.
-
comment
Comment #31576443
This is a molecule. With a provable cryptographic property. Honestly for this one I don’t care about “real security”.
- story
-
comment
Comment #31400120
Thanks! I’ll definitely take a look. These works are valuable but my problem is just with that particular claim about CAs. 1. This impossibility theorem is proved in a really broad…
-
comment
Comment #31397682
I’m not saying his paper is wrong or not up to the workshop quality. But he’s saying something against an easy-to-prove impossibility theorem in a seriously sloppy/hand-wavy way. I…
-
comment
Comment #31397324
The only way to provably prevent Sybil attacks are CAs ( https://www.freehaven.net/anonbib/cache/sybil.pdf ) This is why almost all P2P and DHT papers assumed existence of a CA in …
-
comment
Comment #31397008
Sure! It’s P2P, but doesn’t need centralized certificate authorities (= Has some Sybil resistance)
-
comment
Comment #30647653
heapq exposes a minheap by default, but there is a maxheap as well that for some reason, is not exposed! Just do heapq._heapify_max
-
comment
Comment #30570503
The paper is simple and readable enough for me to not have to comment. Anyway, The abstract itself says: > This paper shows that, without a logically centralized authority, Sybil a…
-
comment
Comment #30562156
I'm fine with a sybil resistance mechanism (although it's not sybil-proof, and some particular forms of sybil-resistance are based on faulty models [1]) The problem is that this pa…
-
comment
Comment #30561990
It doesn't give you sybil-proof. It gives you sybil-resistance, and that, in a non-deterministic protocol.