reddit.com

Total Posts
50120
Total Predictions
11787
Success Rate
28.3%
Average Score
0.00

Posts

Reddit by silene0259 October 9, 2024

Thoughts and Opinions About SQIsign?

What are your thoughts and opinions about SQIsign, the post-quantum digital signature?

Reddit by AbbreviationsGreen90 October 8, 2024

When using Groth16, is it really needed to change both G₂ points of the public & private inputs in the trusted setup for avoiding public input forgery ?

First remember ᴇɪᴘ‒197 only allow to check if a set of pairings is equal to 1 in Fp^(12) and not to compare equalities like in Zcash which is why the equations below are different and would worth downvotes on a cryptographic sub as a result… # For those who don’t …

Reddit by LikelyToThrow October 5, 2024

I made a cryptographically secure RNG library

I have been working on this for almost two semesters, and this has been my most fun and ambitious project so far: [https://github.com/vibhav950/Xrand](https://github.com/vibhav950/Xrand) * The RNG extracts entropy from several system processes and even user interaction. * I have also implemented all three NIST-approved DRBGs for fast pseudorandom data generation. …

Reddit by Just_Shallot_6755 October 4, 2024

Secret key sampling?

Hey gang, I am working on a lattice system based on the ISIS problem. ChatGPT keeps thinking this is a terrorist form of cryptography, but it's just inhomogeneous short integer solution. With that out the way, I'm wondering about short secret generation. I've become partial to using a Gaussian distribution …

Reddit by zacchj October 2, 2024

Encrypted DNA Testing Using Fully Homomorphic Encryption

DNA testing platforms analyze your genetic data in the clear, leaving it vulnerable to hacks. With Fully Homomorphic Encryption (FHE), they could perform this analysis on encrypted data, ensuring your sensitive information remains safe, even during processing, allowing to get the knowledge without the risks. In this demo, we show …

Reddit by anonXMR October 2, 2024

Trivial question on metadata analysis

Obviously modern sym ciphers like AES and ChaCha are super strong. But wondering about best practice with regard to theoretical statistical analysis about message lengths, times sent etc. is there best practice on this?