this is a hacks subtweet
Posts by ☒ blintz base ☒
Two horses that must get the exact same size of enclosure. Communist horse.
i have thought this before
it’s right u guys, we’re in cryptomania now baby
in like 10 years im also gonna be posting homegrown proofs that P≠NP
eprint.iacr.org/2024/2035.pdf
im gonna make my own cryptography class where u learn LWE first
we’ll explain PRFs and symmetric crypto as an exotic topic in the last week
- ur secret key s is a vector of 1000 random 32-bit numbers
- say u wanna encrypt a bit m
- make another vector of 1000 random 32-bit numbers, call it a
- generate a random 16-bit number, call it e
- ur ciphertext is (a,c) where c = a • s + e + 2^31 * m
- to decrypt do c - a • s, if it’s big, it’s 1
i think eprint is like half of why i got into cryptography