r/crypto

r/crypto subreddit

Total Posts
548
Total Predictions
1
Success Rate
0.0%
Average Score
0.00

Posts

Reddit by knotdjb October 2, 2025

cr.yp.to: 2025.09.30: Surreptitious surveillance

Reddit by Shoddy-Childhood-511 October 2, 2025

Should EU ID require designated verifier credentials?

I've linked the discussion section for the EU ID repository, but seemingly designated verifier credentials appear [only once in passing](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/issues/200). Should all online proofs of PII be designated verifier? Aka nobody but the "relaying-party" can actualy validate anything about the credential. Or would this be too constraining?

Reddit by Shoddy-Childhood-511 September 30, 2025

2FA privacy analysis (W3C WebAuthn, FIDO2 etc)

Is there any formal analysis of the privacy claims about the various 2FA protocols, like W3C WebAuthn, FIDO2, or whatever the different Yubikeys use. As an example, a user might've a FIDO2 device with which they login to both personal and work gmails. Can gmail to link these two accounts? …

Reddit by fosres September 28, 2025

Thoughts on Bernstein's Critiques of ML-KEM vs Classic McEliece

I am trying to see if Daniel J Bernstein has valid claims on the strength of Classic McEliece over ML-KEM. Bernstein was obviously upset that Kyber was chosen instead. Here is [a link](https://blog.cr.yp.to/20250423-mceliece.html) to his defense of Classic McEliece over Kyber. I would love to hear your thoughts on Bernstein's …

Reddit by knotdjb September 28, 2025

Easy-to-use Sigma proofs in C using libsodium

Reddit by fosres September 24, 2025

Why Don't Compiler Developers Add Support for Constant-Time Compilation?

I was reading the work "[Breaking Bad: How Compilers Can Break Constant-Time Implementations](https://arxiv.org/pdf/2410.13489)". The paper complained compiler updates can destroy the constant-time guarantee even for formally verified constant time code. Why don't compiler developers add support for constant-time compilation?

Reddit by NewspaperNo4249 September 22, 2025

Geometric patterns in SHA-256 Output

Or more precisely- *Boundary Constraints in SHA-256 Constant Generation* Figured I'd throw another bread crumb in there for you guys: import math import mpmath as mp mp.mp.dps = 50 # Used to compute the modular distance bounds for the fractional part K_STAR = 0.04449 WIDTH_FACTOR = 0.5 PHI = (1 …

Reddit by fosres September 21, 2025

Advice for Designing Cryptographic Software That is Misuse-Resistant

One of the complaints that I have heard on this subreddit is that it is hard to design and implement cryptographic software that is misuse resistant--and I am not sure if that is harder than implementing cryptographic software that is secure. When I asked similiar questions people admitted I can …