r/crypto

r/crypto subreddit

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

Posts

Reddit by int08h July 21, 2026

Ergonomic implementation of FLOE: Fast Lightweight Online Encryption

FLOE is a misuse-resistant nonce-based online authenticated encryption scheme for the encryption of very large data sets. `fast-floe` is Rust implementation of FLOE that provides several ergonomic misuse-resistant APIs for working with FLOE messages, ordered below from simplest (and more high-level) to more advanced (and low-level). |Need|API|Input| |:-|:-|:-| |Encrypt or …

Reddit by laruizlo July 20, 2026

New rfc for TLS1.3

Reddit by geobees July 11, 2026

Empirical ML-DSA-87 (NIST FIPS 204) signature sizing and block architecture data from a live SHA-256 PoW deployment

Sharing production measurements from a live mainnet deployment of ML-DSA-87 as the sole signing algorithm for a proof-of-work chain. Most PQC discussion at the implementation level is still theoretical — these are on-chain figures. **Signature sizing (per input, live mainnet):** * ML-DSA-87 signature: \~4,627 bytes * Public key: \~2,592 bytes …

Reddit by Accurate-Screen8774 July 10, 2026

Anybody with experience / insights on Dioxus? I have an idea and want to see if its worth investigating further.

i am working on a messaging app and created some details in rust. rust is useful because it has tooling for formal verification. my rust code compiles to WASM to be used in a browser. my project itself is using cryptography beyond the WASM because browsers provide a crypto api …

Reddit by Accurate-Screen8774 July 8, 2026

Where can I share my protocol spec?

I'm still working on my protocol spec and I'd like to know more about how to go about sharing it. I've received good advice from this sub before about creating one and while it's still far from finished I have questions. I see on places like ArXiv that documents are …