reddit.com

Total Posts
50096
Total Predictions
11780
Success Rate
28.3%
Average Score
0.00

Posts

Reddit by LikelyToThrow February 13, 2025

Hybrid key-exchange with PQ-KEM algorithms

I am working on a security-critical tool that uses ECDH to establish shared session keys. I want to reinforce this process by using a PQ-KEM algorithm like Kyber. Right now, I am thinking of achieving this by having two independent key exchanges (one with ECDH keys and one using the …

Reddit by LikelyToThrow February 13, 2025

Probability of randomly generating an EC public key

From what I understand the size of a secp256k1 EC public key is 65 bytes (out of which one is a prefix byte so lets ignore that). The private key is any 256-bit number in [0, N] where N is the order of the curve. So if I have a …

Reddit by IguazioDani February 13, 2025

Fully Homomorphic Encryption Survey

Hi, please fill out Lattica's FHE survey [https://forms.gle/UA4LrVKhkWgENeGS9](https://forms.gle/UA4LrVKhkWgENeGS9). This survey gathers insights from industry experts about the current state and future development of Fully Homomorphic Encryption. Survey results will be widely available here and on social media. Thanks - your insights are super valuable! https://preview.redd.it/i7dprkewabfe1.jpg?width=3158&format=pjpg&auto=webp&s=1c0a7213b21a4f7d84a7adfcfe9034dbd9635fe5

Reddit by ScottContini February 13, 2025

The Slow Death of OCSP

Reddit by silene0259 February 13, 2025

Optimal Secure Curves For ECC as of 2025?

What are the optimal secure curves for ECC? I have been using Curve25519 because of https://safecurves.cr.yp.to/ and also want to implement Curve448. BLS12_381 is another interesting one, especially for zkps.

Reddit by fosres February 13, 2025

Why Do Some SSL/TLS Libraries Lack Support for Crypto Modules/Tokens?

I was reviewing cURL's sheet comparing TLS libraries (https://curl.se/docs/ssl-compared.html). I was surprised when I found only two supporting crypto modules/tokens following the PKCS #11 standard. Why are there so few TLS libraries supporting crypto modules/tokens operating under the PKCS #11 standard?