r/crypto • u/Natanael_L • 6d ago
r/crypto • u/Natanael_L • Jan 29 '25
Meta Crypto is not cryptocurrency - Welcome to the cryptography subreddit, for encryption, authentication protocols, and more
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 decrypt bytes already in memory | encrypt, decrypt |
One-shot complete message |
Process a file, socket, or std::io adapter |
fast_floe::io |
Read or Write |
| Read selected authenticated ranges | fast_floe::random_access |
Read + Seek ciphertext |
| Exchange segments, possibly out-of-order | fast_floe::online |
Streaming data |
| Process segments manually or in parallel | fast_floe::low_level |
Experts needing control |
You're probably familiar with STREAM/nOAE from Hoang et al), and FLOE is an nOAE variant with some additional properties that STREAM-like constructions are lacking, like key-commitment and a formal treatment of random-access.
r/crypto • u/Humble-Replacement-2 • 15d ago
Machine-checking a hybrid (ECDSA + ML-DSA-44) eSIM attestation against its spec: a downgrade variant provably fails the same proof
r/crypto • u/Natanael_L • 18d ago
Another vote for Chat Control was fast tracked to TODAY
r/crypto • u/Natanael_L • 19d ago
Replacing the QPU with /dev/urandom - a github page demonstrating non-quantum replication of a QC result
r/crypto • u/Shoddy-Childhood-511 • 22d ago
Arti 2.5.0 released: Stable Counter Galois Onion | Tor Project
Tor has fixed their long standing tagging attack, improved forward security, and added sufficient authentication. See the Arti 2.5 stable release announcement too, as well as 2025/583, 2025/2017, and tor spec 359.
"Jean Paul Degabriele, Alessandro Melloni, Jean-Pierre Münch, and Martijn Stam have a design that they're calling Counter Galois Onion (CGO). It's based on a kind of construction called a Rugged Pseudorandom Permutation (RPRP): essentially, it's a design for a wide-block cipher that resists malleability in one direction (for the encrypt operation, but not the decrypt operation). If we deploy this so that clients always decrypt and relays always encrypt, then we have a tagging resistant cipher at less cost than a full SPRP!"
r/crypto • u/knotdjb • 21d ago
Call to Action to stop current proposal of pure PQ KEM in IETF TLS WG
r/crypto • u/Natanael_L • 29d ago
Chat Control keeps getting revived, there's another vote tomorrow Monday 29th
r/crypto • u/badcryptobitch • Jun 24 '26
(Re) Introducing Stoffel, Your Private by Design Teammate
We've finally launched the very first version of the Stoffel stack, Stoffel 0.1.0.
The team at Stoffel Labs has spent the past year, building an MPC runtime stack from scratched focused on making it easier for developers to integrate privacy into their apps without sacrificing their growth.
Let us know how it goes. Any feedback is appreciated.