Posts  / reddit.com  / r/crypto
Reddit

r/crypto

r/crypto subreddit

↗ Visit site

Total posts
547
Total predictions
1
Success rate
0.0%
Avg score
0.00
Posts
POST

Sequential hardness of a MUL-XOR-shift permutation: open questions

REDDIT / zjcqoo / Jun 9, 2026

I'd like to invite cryptanalysis of a minimal permutation proposed as a sequential delay function: ```c uint64_t slow_hash_64(uint64_t seed, uint64_t n) { while (n--) { seed *= 0xD1342543DE82EF95; seed ^= seed >> 32; } return seed; } ``` The intended …

POST

Use Git to store encrypted messages for a messaging app

REDDIT / Accurate-Screen8774 / Jun 7, 2026

nothing is implemented yet. this might be a dumb idea, but it seems like it might work. id like to share in case i might be overlooking something. id like to get an idea out to your guys to see …

POST

A Schnorr signature scheme instantiated via the Fiat-Shamir transform.

REDDIT / Far_Conference_9450 / Jun 6, 2026

[https://github.com/LamprosM-prog/Fiat-Shamir-Signature](https://github.com/LamprosM-prog/Fiat-Shamir-Signature) The project is made in C and from scratch , with the only dependency being the GNU MP library. Any feedback is welcome

POST

I took the feedback on BLUE and shipped the rewrite. Looking for round 2.

REDDIT / Mister_ZE / Jun 4, 2026

[Three weeks ago I asked this sub to try to prove that BLUE (the deniability protocol in my pycryptox library) didn't work.](https://www.reddit.com/r/crypto/comments/1tdcchk/try_to_prove_that_my_denial_protocol_doesnt_work/) Two people landed clean hits, and they were right. I shipped 3.0.0 today with the fixes. Here's what …

POST

Any good guides/resources on creating a protocol spec?

REDDIT / Accurate-Screen8774 / Jun 2, 2026

Just as the title says. I've never created one before but I've read through a few. Im trying to use AI to learn... But I shouldn't lean on that too much because that's likely going to result in me overlooking …

POST

Exploiting ML-DSA bugs

REDDIT / LtCmdrData / Jun 2, 2026

>There is a current panic to upgrade cryptographic libraries and applications to use post-quantum signatures. How many PQ signature keys will be breakable because of exploitable bugs in the new PQ signature software?

← Prev PAGE 4 / 55 Next →