reddit.com
Subsites
Posts
Thoughts and Opinions About SQIsign?
What are your thoughts and opinions about SQIsign, the post-quantum digital signature?
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 …
SumatraDigest: A Secure Way of Hashing Files Using Rust, Zeroize, and Multiple Hash Functions Including a Checksum.
Proposed New OpenPGP Cipher Block Modes Could Cause an Interoperability Disaster
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. …
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 …
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 …
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?